Home
last modified time | relevance | path

Searched defs:view (Results 301 – 325 of 2380) sorted by relevance

1...<<11121314151617181920>>...96

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DSystemShortcut.java83 public void setIconAndContentDescriptionFor(ImageView view) { in setIconAndContentDescriptionFor()
127 public void onClick(View view) { in onClick()
180 public void onClick(View view) { in onClick()
228 public void onClick(View view) { in onClick()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DExpandableNotificationRowComponent.java54 Builder expandableNotificationRow(ExpandableNotificationRow view); in expandableNotificationRow()
78 abstract ActivatableNotificationView bindExpandableView(ExpandableNotificationRow view); in bindExpandableView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DViewPool.java76 public void recycle(T view) { in recycle()
83 private void addToPool(T view) { in addToPool()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
H A DHighUsageAdapter.java46 public View view; field in HighUsageAdapter.ViewHolder
69 final View view = LayoutInflater.from(mContext).inflate(R.layout.app_high_usage_item, in onCreateViewHolder() local
/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/
H A DMain.kt83 val view = (convertView ?: inflater.inflate( regex
106 val view = (convertView ?: inflater.inflate( regex
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/
H A DIntegrationTestUtils.java72 public CharSequence getText(final TextView view) throws Throwable { in getText()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsFooterViewHolder.java47 View view, in CallDetailsFooterViewHolder()
74 public void onClick(View view) { in onClick()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp115 bool UITestEditText::OnClick(UIView& view, const ClickEvent& event) in OnClick()
132 void UITestEditText::OnChange(UIView& view, const char* value) in OnChange()
H A Dcustom_input_method.cpp282 bool CustomInputMethod::OnClick(UIView& view, const ClickEvent& event) in OnClick()
300 void CustomInputMethod::DealKeyEvent(UIView& view) in DealKeyEvent()
347 bool CustomInputMethod::OnLongPress(UIView &view, const LongPressEvent &event) in OnLongPress()
366 bool CustomInputMethod::OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_circle_progress_unit_test.cpp174 UIView* view = new UIView(); variable
197 UIView* view = new UIView(); variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp134 bool UITestViewZIndex::OnClick(UIView& view, const ClickEvent& event) in OnClick()
148 void UITestViewZIndex::ClickZIndexBtn(UIView& view) in ClickZIndexBtn()
162 void UITestViewZIndex::ClickModifyBtn(UIView& view) in ClickModifyBtn()
209 void UITestViewZIndex::Callback(UIView* view) in Callback()
230 void UITestViewZIndex::UpdateClickHint(UIView& view) in UpdateClickHint()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListAdapter.java222 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local
233 protected void bindSectionHeaderAndDivider(ContactListItemView view, int position, in bindSectionHeaderAndDivider()
244 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto()
273 protected void bindNameAndViewId(final ContactListItemView view, Cursor cursor) { in bindNameAndViewId()
281 protected void bindPresenceAndStatusMessage(final ContactListItemView view, Cursor cursor) { in bindPresenceAndStatusMessage()
286 protected void bindSearchSnippet(final ContactListItemView view, Cursor cursor) { in bindSearchSnippet()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
H A DWifiEntryPreferenceTest.java215 final View view = inflater.inflate(pref.getLayoutResource(), new LinearLayout(mContext), in notNull_whenGetHelpUriString_shouldSetImageButtonVisible() local
230 final View view = inflater.inflate(pref.getLayoutResource(), new LinearLayout(mContext), in helpButton_whenGetHelpUriStringNotNull_shouldSetCorrectContentDescription() local
246 final View view = inflater.inflate(pref.getLayoutResource(), new LinearLayout(mContext), in subscriptionEntry_shouldSetImageButtonGone() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonController.java463 public void onClick(View view) { in onClick()
481 public void onClick(View view) { in onClick()
499 public void onClick(View view) { in onClick()
517 public void onClick(View view) { in onClick()
535 public void onClick(View view) { in onClick()
556 public void onClick(View view) { in onClick()
577 public void onClick(View view) { in onClick()
594 public void onClick(View view) { in onClick()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java297 View view = parent.findViewById(mId); in applyToView() local
314 boolean isEmpty(View view); in isEmpty()
328 public boolean isEmpty(View view) { in isEmpty()
347 public boolean isEmpty(View view) { in isEmpty()
374 public boolean isEmpty(View view) { in isEmpty()
386 void apply(View parent, View view, boolean apply, boolean reset); in apply()
392 public void apply(View parent, View view, boolean apply, boolean reset) { in apply()
402 public void apply(View parent, View view, boolean apply, boolean reset) { in apply()
/aosp12/frameworks/base/core/java/android/text/method/
H A DTranslationTransformationMethod.java73 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation()
96 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged()
/aosp12/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
H A DMainActivity.java85 public void doSettings(View view) { in doSettings()
96 public void handleConnection(View view) { in handleConnection()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceEnrollParentalConsent.java59 protected void onNextButtonClick(View view) { in onNextButtonClick()
64 protected void onSkipButtonClick(View view) { in onSkipButtonClick()
/aosp12/packages/apps/Gallery2/src/com/android/photos/adapters/
H A DPhotoThumbnailAdapter.java48 public void bindView(View view, Context context, Cursor cursor) { in bindView()
59 View view = mInflater.inflate(R.layout.photo_set_item, parent, false); in newView() local
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListenerTest.java105 …public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCo… in onScroll()
111 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged()
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DVideoCallFragment.java227 View view = in onCreateView() local
337 public void onViewCreated(View view, @Nullable Bundle bundle) { in onViewCreated()
527 View view = getView(); in showSystemUI() local
537 View view = getView(); in hideSystemUI() local
562 private Point getContactGridOffsetEndHidden(View view) { in getContactGridOffsetEndHidden()
596 private int getOffsetTop(View view) { in getOffsetTop()
600 private int getOffsetBottom(View view) { in getOffsetBottom()
604 private int getOffsetStart(View view) { in getOffsetStart()
612 private int getOffsetEnd(View view) { in getOffsetEnd()
1275 private static void animateSetVisibility(final View view, final int visibility) { in animateSetVisibility()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuView.java86 MenuRowView view = createMenuRowView(row); in setMenuRows() local
94 MenuRowView view = (MenuRowView) mLayoutInflater.inflate(row.getLayoutResId(), this, false); in createMenuRowView() local
277 MenuRowView view = mMenuRowViews.get(i); in getUpDownFocus() local
289 private MenuRowView getParentMenuRowView(View view) { in getParentMenuRowView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DSecondaryDropTarget.java140 public boolean supportsAccessibilityDrop(ItemInfo info, View view) { in supportsAccessibilityDrop()
247 private int getReconfigurableWidgetId(View view) { in getReconfigurableWidgetId()
267 protected ComponentName performDropAction(View view, ItemInfo info) { in performDropAction()
305 public void onAccessibilityDrop(View view, ItemInfo item) { in onAccessibilityDrop()
/aosp12/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java68 void onTimeSet(TimePicker view, int hourOfDay, int minute); in onTimeSet()
122 final View view = inflater.inflate(R.layout.time_picker_dialog, null); in TimePickerDialog() local
145 public void onTimeChanged(TimePicker view, int hourOfDay, int minute) { in onTimeChanged()
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java67 final View view = createViewWithSystemUiVisibility(0x456); in testAddVisibilityFlagView() local
78 final View view = createViewWithSystemUiVisibility(0x456); in testRemoveVisibilityFlagView() local
223 final View view = new View(InstrumentationRegistry.getContext()); in createViewWithSystemUiVisibility() local

1...<<11121314151617181920>>...96