Home
last modified time | relevance | path

Searched defs:view (Results 101 – 125 of 3040) sorted by relevance

12345678910>>...122

/aosp12/frameworks/base/tests/LockTaskTests/src/com/google/android/example/locktasktests/
H A DLaunchActivity.java69 public void onTryLock(View view) { in onTryLock()
73 public void onTryUnlock(View view) { in onTryUnlock()
77 public void onLaunchMain(View view) { in onLaunchMain()
/aosp14/frameworks/base/tests/LockTaskTests/src/com/google/android/example/locktasktests/
H A DLaunchActivity.java69 public void onTryLock(View view) { in onTryLock()
73 public void onTryUnlock(View view) { in onTryUnlock()
77 public void onLaunchMain(View view) { in onLaunchMain()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoItem.java151 View view; in getView() local
189 public void renderTiny(@Nonnull View view) { in renderTiny()
194 public void renderThumbnail(@Nonnull View view) { in renderThumbnail()
202 public void renderFullRes(@Nonnull View view) { } in renderFullRes()
205 public void recycle(@Nonnull View view) { in recycle()
233 private VideoViewHolder getViewHolder(@Nonnull View view) { in getViewHolder()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressListAdapter.java125 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local
134 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
142 protected void bindEmailAddress(ContactListItemView view, Cursor cursor) { in bindEmailAddress()
155 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider()
165 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
169 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchUIUtilImpl.java31 public void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
65 public void clearView(View view) { in clearView()
77 public void onSelected(View view) { in onSelected()
82 View view, float dX, float dY, int actionState, boolean isCurrentlyActive) { in onDrawOver()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
H A DSwipeChipbarAwayGestureHandlerTest.kt50 val view = createMockView() regex
60 val view = createMockView() regex
70 val view = createMockView() regex
80 val view = createMockView() regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchUIUtilImpl.java31 public void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
65 public void clearView(View view) { in clearView()
77 public void onSelected(View view) { in onSelected()
82 View view, float dX, float dY, int actionState, boolean isCurrentlyActive) { in onDrawOver()
/aosp12/frameworks/base/core/java/android/transition/
H A DSlide.java61 float getGoneX(ViewGroup sceneRoot, View view, float fraction); in getGoneX()
64 float getGoneY(ViewGroup sceneRoot, View view, float fraction); in getGoneY()
70 public float getGoneY(ViewGroup sceneRoot, View view, float fraction) { in getGoneY()
78 public float getGoneX(ViewGroup sceneRoot, View view, float fraction) { in getGoneX()
163 View view = transitionValues.view; in captureValues() local
234 public Animator onAppear(ViewGroup sceneRoot, View view, in onAppear()
250 public Animator onDisappear(ViewGroup sceneRoot, View view, in onDisappear()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java275 FooterView view = mock(FooterView.class); in manageNotifications_visible() local
287 FooterView view = mock(FooterView.class); in clearAll_visible() local
312 FooterView view = mock(FooterView.class); in testUpdateFooter_noNotifications() local
332 FooterView view = mock(FooterView.class); in testUpdateFooter_remoteInput() local
348 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification() local
364 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification_beforeUserSetup() local
384 FooterView view = mock(FooterView.class); in testUpdateFooter_oneNonClearableNotification() local
/aosp14/frameworks/base/core/java/android/transition/
H A DSlide.java61 float getGoneX(ViewGroup sceneRoot, View view, float fraction); in getGoneX()
64 float getGoneY(ViewGroup sceneRoot, View view, float fraction); in getGoneY()
70 public float getGoneY(ViewGroup sceneRoot, View view, float fraction) { in getGoneY()
78 public float getGoneX(ViewGroup sceneRoot, View view, float fraction) { in getGoneX()
163 View view = transitionValues.view; in captureValues() local
234 public Animator onAppear(ViewGroup sceneRoot, View view, in onAppear()
250 public Animator onDisappear(ViewGroup sceneRoot, View view, in onDisappear()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java230 View view = newBigView(); in testViewNodeParcelableForAutofill() local
250 View view = newBigView(); in testViewNodeParcelableControlFlags() local
277 EditText view = new EditText(mContext); in newSmallView() local
288 private void assertSmallView(ViewNode view) { in assertSmallView()
307 EditText view = new EditText(mContext); in newBigView() local
313 private void assertBigView(ViewNode view) { in assertBigView()
338 private void assertControlFlags(ViewNode view) { in assertControlFlags()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DTestableWindowManager.java45 public void removeViewImmediate(View view) { in removeViewImmediate()
61 public void addView(View view, ViewGroup.LayoutParams params) { in addView()
67 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout()
72 public void removeView(View view) { in removeView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DTestableWindowManager.java45 public void removeViewImmediate(View view) { in removeViewImmediate()
61 public void addView(View view, ViewGroup.LayoutParams params) { in addView()
67 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout()
72 public void removeView(View view) { in removeView()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DViewOutlineProviderCompatUtilsLXX.java34 static InsetsUpdater setInsetsOutlineProvider(final View view) { in setInsetsOutlineProvider()
46 public InsetsOutlineProvider(final View view) { in InsetsOutlineProvider()
61 public void getOutline(final View view, final Outline outline) { in getOutline()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/
H A DNumberPickerUtils.java42 public static boolean focusChildNumberPicker(View view) { in focusChildNumberPicker()
66 ViewGroup view) { in getNumberPickerDescendants()
99 static View getNumberPickerParent(@Nullable View view) { in getNumberPickerParent()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/actions/
H A DLowLevelActions.java60 public void perform(final UiController uiController, final View view) { in perform()
83 public void perform(final UiController uiController, final View view) { in perform()
107 public void perform(UiController uiController, final View view) { in touchDownAndUp()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DAppEntitiesHeaderControllerTest.java73 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_title); in setHeaderTitleRes_setTextRes_shouldSetToTitleView() local
81 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsRes_setTextRes_shouldSetToDetailsView() local
89 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_onlyDetailsTextSet_shouldSetToDetailsView() local
98 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_detailsTextAndResBothSet_shouldSetTextToDetailsView() local
107 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsClickListener_setClickListener_detailsViewAttachClickListener() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java115 DayView view = new DayView(getActivity(), CalendarController in makeView() local
130 DayView view = (DayView) mViewSwitcher.getCurrentView(); in onResume() local
147 DayView view = (DayView) mViewSwitcher.getCurrentView(); in onPause() local
218 DayView view = (DayView) mViewSwitcher.getCurrentView(); in getSelectedTimeInMillis() local
229 DayView view = (DayView) mViewSwitcher.getCurrentView(); in eventsChanged() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DAppEntitiesHeaderControllerTest.java73 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_title); in setHeaderTitleRes_setTextRes_shouldSetToTitleView() local
81 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsRes_setTextRes_shouldSetToDetailsView() local
89 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_onlyDetailsTextSet_shouldSetToDetailsView() local
98 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_detailsTextAndResBothSet_shouldSetTextToDetailsView() local
107 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsClickListener_setClickListener_detailsViewAttachClickListener() local
/aosp12/packages/apps/HTMLViewer/src/com/android/htmlviewer/
H A DHTMLViewerActivity.java120 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle()
129 public void onPageFinished(WebView view, String url) { in onPageFinished()
134 public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) { in shouldOverrideUrlLoading()
170 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
/aosp12/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
H A DEmergencyNamePreferenceTest.java93 View view = createLayout(); in onBindDialogView_setUserName_textViewTitleIsSet() local
104 View view = createLayout(); in onBindDialogView_setUserPhoto_imageViewDrawableIsSet() local
114 View view = createLayout(); in onBindDialogView_setEditUserPhotoController_editUserPhotoControllerIsSet() local
127 View view = createLayout(); in onActivityResult_whenWaitingForActivityResult_onActivityResultIsCalled() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DBaseUnfoldMoveFromCenterAnimator.java72 protected void registerViewForAnimation(View view) { in registerViewForAnimation()
76 protected void disableClipping(ViewGroup view) { in disableClipping()
83 protected void restoreClipping(ViewGroup view) { in restoreClipping()
/aosp12/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java70 public boolean backspace(View view, Editable content, int keyCode, KeyEvent event) { in backspace()
82 public boolean forwardDelete(View view, Editable content, int keyCode, KeyEvent event) { in forwardDelete()
319 private boolean backspaceOrForwardDelete(View view, Editable content, int keyCode, in backspaceOrForwardDelete()
376 private boolean deleteUntilWordBoundary(View view, Editable content, boolean isForwardDelete) { in deleteUntilWordBoundary()
424 private boolean deleteSelection(View view, Editable content) { in deleteSelection()
439 private boolean deleteLine(View view, Editable content) { in deleteLine()
474 public boolean onKeyDown(View view, Editable content, in onKeyDown()
501 public boolean onKeyOther(View view, Editable content, KeyEvent event) { in onKeyOther()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
H A DPanelSlicesAdapterTest.java118 final ViewGroup view = new FrameLayout(mContext); in sizeOfAdapter_shouldNotExceedMaxNum() local
133 final ViewGroup view = new FrameLayout(mContext); in mediaOutputIndicatorSlice_notSliderPanel_noSliderLayout() local
146 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeSlider_verifyLayout() local
159 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeDefault_verifyLayout() local
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DActivityEmbeddingMainActivity.java62 public void launchTrampolineActivity(View view) { in launchTrampolineActivity()
71 public void launchSecondaryActivity(View view) { in launchSecondaryActivity()
80 public void launchAlwaysExpandActivity(View view) { in launchAlwaysExpandActivity()
97 public void launchPlaceholderSplit(View view) { in launchPlaceholderSplit()

12345678910>>...122