Home
last modified time | relevance | path

Searched defs:view (Results 151 – 175 of 3213) sorted by relevance

12345678910>>...129

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollViewCaptureHelper.java46 public void onPrepareForStart(@NonNull ViewGroup view, Rect scrollBounds) { in onPrepareForStart()
58 public ScrollResult onScrollRequested(@NonNull ViewGroup view, Rect scrollBounds, in onScrollRequested()
175 public void onPrepareForEnd(@NonNull ViewGroup view) { in onPrepareForEnd()
H A DOneShotPreDrawListener.java39 private OneShotPreDrawListener(View view, boolean returnValue, Runnable runnable) { in OneShotPreDrawListener()
55 public static OneShotPreDrawListener add(View view, Runnable runnable) { in add()
68 public static OneShotPreDrawListener add(View view, boolean returnValue, Runnable runnable) { in add()
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/util/
H A DViewUtil.java42 public static int getConstantPreLayoutWidth(View view) { in getConstantPreLayoutWidth()
58 public static boolean isViewLayoutRtl(View view) { in isViewLayoutRtl()
74 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DPanelTrack.java26 public void onTouch(MotionEvent event, StateView view); in onTouch()
28 public void setCurrentView(View view); in setCurrentView()
31 public int findChild(View view); in findChild()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DViewUtils.java35 public static boolean postFrameDrawn(View view, Runnable onFinishRunnable) { in postFrameDrawn()
46 View view, Runnable onFinishRunnable, BooleanSupplier canceled) { in postFrameDrawn()
59 FrameHandler(View view, Runnable finishCallback, BooleanSupplier cancelled) { in FrameHandler()
/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/Car/Settings/tests/unit/src/com/android/car/settings/common/rotary/
H A DNumberPickerUtilsTest.java48 ViewGroup view = (ViewGroup) inflater.inflate(R.layout.time_picker, /* root= */ null); in getNumberPickerDescendants_fromTimePicker_has3NumberPickers() local
60 ViewGroup view = (ViewGroup) inflater.inflate(R.layout.date_picker, /* root= */ null); in getNumberPickerDescendants_fromDatePicker_has3NumberPickers() local
104 ViewGroup view = (ViewGroup) inflater.inflate(R.layout.time_picker, /* root= */ null); in hasCommonNumberPickerParent_fromTimePicker_returnsTrue() local
127 ViewGroup view = (ViewGroup) inflater.inflate(R.layout.time_picker, /* root= */ null); in getNumberPickerParent_validParent_returnsNull() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp142 UIView *view = GetComponentRootView(); in Render() local
173 UIView *view = GetComponentRootView(); in SetViewExtraMsg() local
189 UIView *view = GetComponentRootView(); in ReleaseViewExtraMsg() local
572 bool Component::ApplyCommonStyle(UIView &view, const AppStyleItem *style) in ApplyCommonStyle()
705 UIView *view = GetComponentRootView(); in Invalidate() local
1271 bool Component::RegisterCommonEventListener(UIView &view, in RegisterCommonEventListener()
1430 void Component::SetVisible(UIView &view, const AppStyleItem *styleItem) const in SetVisible()
1457 void Component::SetOpacity(UIView &view, const AppStyleItem &styleItem) const in SetOpacity()
1509 void Component::SetPadding(UIView &view, const AppStyleItem &styleItem) const in SetPadding()
1517 void Component::SetLeftPadding(UIView &view, const AppStyleItem &styleItem) const in SetLeftPadding()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h201 bool OnKeyAct(UIView& view, const KeyEvent& event) override in OnKeyAct()
232 virtual bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
254 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress()
276 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress()
285 virtual bool OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease()
294 virtual bool OnCancel(UIView& view, const CancelEvent& event) in OnCancel()
318 virtual bool OnDragStart(UIView& view, const DragEvent& event) in OnDragStart()
327 virtual bool OnDrag(UIView& view, const DragEvent& event) in OnDrag()
336 virtual bool OnDragEnd(UIView& view, const DragEvent& event) in OnDragEnd()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DRootItem.java98 protected final void bindAction(View view, int visibility, int iconId, String description) { in bindAction()
115 protected void onActionClick(View view) { in onActionClick()
119 protected final void bindIconAndTitle(View view) { in bindIconAndTitle()
124 protected void bindSummary(View view, String summary) { in bindSummary()
130 private void bindIcon(View view, Drawable drawable) { in bindIcon()
135 private void bindTitle(View view) { in bindTitle()
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java71 public void add(@NonNull View view) { in add()
83 public void remove(@NonNull View view) { in remove()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpUtil.java34 public static void setNeedsHeadsUpDisappearAnimationAfterClick(View view, boolean clicked) { in setNeedsHeadsUpDisappearAnimationAfterClick()
43 public static boolean isClickedHeadsUpNotification(View view) { in isClickedHeadsUpNotification()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java71 public void add(@NonNull View view) { in add()
83 public void remove(@NonNull View view) { in remove()
/aosp14/frameworks/base/core/java/android/accounts/
H A DCantAddAccountActivity.java41 TextView view = findViewById(R.id.description); in onCreate() local
48 public void onCancelButtonClicked(View view) { in onCancelButtonClicked()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DViewCompatUtils.java42 public static int getPaddingEnd(final View view) { in getPaddingEnd()
49 public static void setPaddingRelative(final View view, final int start, final int top, in setPaddingRelative()
67 public static void setTextAlignment(final View view, final int textAlignment) { in setTextAlignment()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DOneShotPreDrawListener.java40 private OneShotPreDrawListener(@NonNull View view, boolean returnValue, in OneShotPreDrawListener()
57 public static OneShotPreDrawListener add(@NonNull View view, @NonNull Runnable runnable) { in add()
70 public static OneShotPreDrawListener add(@NonNull View view, boolean returnValue, in add()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java75 final ContactListItemView view = new ContactListItemView(context, null); in newView() local
83 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
89 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
95 protected void bindPresence(final ContactListItemView view, Cursor cursor) { in bindPresence()
H A DMultiSelectEmailAddressesListAdapter.java137 … final ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local
146 final ContactListItemView view = (ContactListItemView)itemView; in bindView() local
171 protected void unbindName(final ContactListItemView view) { in unbindName()
175 protected void bindEmailAddress(ContactListItemView view, Cursor cursor) { in bindEmailAddress()
188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
H A DMultiSelectPhoneNumbersListAdapter.java137 … final ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local
146 final ContactListItemView view = (ContactListItemView)itemView; in bindView() local
171 protected void unbindName(final ContactListItemView view) { in unbindName()
175 protected void bindPhoneNumber(ContactListItemView view, Cursor cursor) { in bindPhoneNumber()
188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java134 View view = moves.get(0).holder.itemView; in runPendingAnimations() local
184 View view = additions.get(0).itemView; in runPendingAnimations() local
200 final View view = holder.itemView; in animateRemoveImpl() local
230 final View view = holder.itemView; in animateAddImpl() local
258 final View view = holder.itemView; in animateMove() local
279 final View view = holder.itemView; in animateMoveImpl() local
350 final View view = holder == null ? null : holder.itemView; in animateChangeImpl() local
438 final View view = item.itemView; in endAnimation() local
561 View view = item.holder.itemView; in endAnimations() local
596 View view = item.itemView; in endAnimations() local
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java134 View view = moves.get(0).holder.itemView; in runPendingAnimations() local
184 View view = additions.get(0).itemView; in runPendingAnimations() local
200 final View view = holder.itemView; in animateRemoveImpl() local
230 final View view = holder.itemView; in animateAddImpl() local
258 final View view = holder.itemView; in animateMove() local
279 final View view = holder.itemView; in animateMoveImpl() local
350 final View view = holder == null ? null : holder.itemView; in animateChangeImpl() local
438 final View view = item.itemView; in endAnimation() local
561 View view = item.holder.itemView; in endAnimations() local
596 View view = item.itemView; in endAnimations() local
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DViewsStateBundle.java113 public final void loadView(View view, int id) { in loadView()
127 protected final void saveViewUnchecked(View view, int id) { in saveViewUnchecked()
140 public final void saveVisibleView(View view, int id) { in saveVisibleView()
167 public final void saveInvisibleView(View view, int id) { in saveInvisibleView()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/
H A DVehicleCtrlFragment.java77 View view = inflater.inflate(R.layout.vehicle_ctrl_fragment, container, false); in onCreateView() local
123 private void initWindowBtns(View view, int winId, @IdRes int openId, @IdRes int closeId, in initWindowBtns()
137 TextView view = mWindowPosWidgets.get(windowId); in updateWindowPos() local
141 private void initTestBtn(View view, @IdRes int btnId, boolean on) { in initTestBtn()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/core/
H A DCarUi.java68 public static <T> T findCarUiComponentById(@Nullable View view, int id) { in findCarUiComponentById()
84 public static <T> T requireCarUiComponentById(View view, int id) { in requireCarUiComponentById()
201 View view, in installBaseLayoutAround()
226 View view, in installBaseLayoutAround()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DNotificationShelfComponent.java41 Builder notificationShelf(NotificationShelf view); in notificationShelf()
58 abstract ActivatableNotificationView bindNotificationShelf(NotificationShelf view); in bindNotificationShelf()

12345678910>>...129