Searched refs:view (Results 76 - 100 of 4387) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DIWindowSessionCallback.aidl17 package android.view;
H A DIGraphicsStats.aidl17 package android.view;
20 import android.view.IGraphicsStatsCallback;
H A DIInputFilterHost.aidl17 package android.view;
19 import android.view.InputEvent;
H A DIWindowId.aidl16 package android.view;
18 import android.view.IWindowFocusObserver;
/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.aidl17 package com.android.internal.view;
H A DIInputSessionCallback.aidl17 package com.android.internal.view;
19 import com.android.internal.view.IInputMethodSession;
/frameworks/layoutlib/bridge/src/com/android/internal/widget/
H A DActionBarAccessor.java29 public static ActionMenuPresenter getActionMenuPresenter(AbsActionBarView view) { argument
30 return view.mActionMenuPresenter;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DIItem.java19 import android.view.View;
30 * passed to {@link #onBindView(android.view.View)}.
36 * update {@code view} to reflect its data.
38 * @param view A view inflated from {@link #getLayoutResource()}, which should be updated to
39 * display data from this item. This view may be recycled from other items with the
42 void onBindView(View view); argument
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DOnApplyWindowInsetsListener.java17 package androidx.core.view;
19 import android.view.View;
22 * Listener for applying window insets on a view in a custom way.
25 * to the way that window insets are treated for a view. If an OnApplyWindowInsetsListener
27 * {@link #onApplyWindowInsets(android.view.View, WindowInsetsCompat) onApplyWindowInsets}
35 * on a View, this listener method will be called instead of the view's own
38 * @param v The view applying window insets
H A DViewCompat.java17 package androidx.core.view;
35 import android.view.Display;
36 import android.view.MotionEvent;
37 import android.view.PointerIcon;
38 import android.view.VelocityTracker;
39 import android.view.View;
40 import android.view.ViewConfiguration;
41 import android.view.ViewGroup;
42 import android.view.ViewParent;
43 import android.view
487 canScrollHorizontally(View view, int direction) argument
501 canScrollVertically(View view, int direction) argument
877 hasTransientState(@onNull View view) argument
891 setHasTransientState(@onNull View view, boolean hasTransientState) argument
906 postInvalidateOnAnimation(@onNull View view) argument
927 postInvalidateOnAnimation(@onNull View view, int left, int top, int right, int bottom) argument
946 postOnAnimation(@onNull View view, Runnable action) argument
967 postOnAnimationDelayed(@onNull View view, Runnable action, long delayMillis) argument
990 getImportantForAccessibility(@onNull View view) argument
1016 setImportantForAccessibility(@onNull View view, @ImportantForAccessibility int mode) argument
1068 isImportantForAccessibility(@onNull View view) argument
1089 performAccessibilityAction(@onNull View view, int action, Bundle arguments) argument
1120 getAccessibilityNodeProvider(@onNull View view) argument
1140 getAlpha(View view) argument
1179 setLayerType(View view, @LayerType int layerType, Paint paint) argument
1203 getLayerType(View view) argument
1215 getLabelFor(@onNull View view) argument
1229 setLabelFor(@onNull View view, @IdRes int labeledId) argument
1265 setLayerPaint(@onNull View view, Paint paint) argument
1288 getLayoutDirection(@onNull View view) argument
1311 setLayoutDirection(@onNull View view, @LayoutDirectionMode int layoutDirection) argument
1326 getParentForAccessibility(@onNull View view) argument
1349 requireViewById(@onNull View view, @IdRes int id) argument
1367 isOpaque(View view) argument
1404 getMeasuredWidthAndState(View view) argument
1421 getMeasuredHeightAndState(View view) argument
1435 getMeasuredState(View view) argument
1463 getAccessibilityLiveRegion(@onNull View view) argument
1498 setAccessibilityLiveRegion(@onNull View view, @AccessibilityLiveRegion int mode) argument
1514 getPaddingStart(@onNull View view) argument
1530 getPaddingEnd(@onNull View view) argument
1550 setPaddingRelative(@onNull View view, @Px int start, @Px int top, @Px int end, @Px int bottom) argument
1574 dispatchStartTemporaryDetach(@onNull View view) argument
1597 dispatchFinishTemporaryDetach(@onNull View view) argument
1627 getTranslationX(View view) argument
1641 getTranslationY(View view) argument
1663 getMatrix(View view) argument
1674 getMinimumWidth(@onNull View view) argument
1708 getMinimumHeight(@onNull View view) argument
1742 animate(@onNull View view) argument
1765 setTranslationX(View view, float value) argument
1782 setTranslationY(View view, float value) argument
1799 setAlpha(View view, @FloatRange(from=0.0, to=1.0) float value) argument
1814 setX(View view, float value) argument
1829 setY(View view, float value) argument
1842 setRotation(View view, float value) argument
1856 setRotationX(View view, float value) argument
1870 setRotationY(View view, float value) argument
1883 setScaleX(View view, float value) argument
1896 setScaleY(View view, float value) argument
1907 getPivotX(View view) argument
1923 setPivotX(View view, float value) argument
1936 getPivotY(View view) argument
1952 setPivotY(View view, float value) argument
1960 getRotation(View view) argument
1968 getRotationX(View view) argument
1976 getRotationY(View view) argument
1984 getScaleX(View view) argument
1992 getScaleY(View view) argument
2000 getX(View view) argument
2008 getY(View view) argument
2015 setElevation(@onNull View view, float elevation) argument
2026 getElevation(@onNull View view) argument
2036 setTranslationZ(@onNull View view, float translationZ) argument
2047 getTranslationZ(@onNull View view) argument
2061 setTransitionName(@onNull View view, String transitionName) argument
2083 getTransitionName(@onNull View view) argument
2096 getWindowSystemUiVisibility(@onNull View view) argument
2107 requestApplyInsets(@onNull View view) argument
2168 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
2222 onApplyWindowInsets(@onNull View view, WindowInsetsCompat insets) argument
2247 dispatchApplyWindowInsets(@onNull View view, WindowInsetsCompat insets) argument
2286 setActivated(View view, boolean activated) argument
2304 hasOverlappingRendering(@onNull View view) argument
2317 isPaddingRelative(@onNull View view) argument
2330 setBackground(@onNull View view, @Nullable Drawable background) argument
2344 getBackgroundTintList(@onNull View view) argument
2360 setBackgroundTintList(@onNull View view, ColorStateList tintList) argument
2389 getBackgroundTintMode(@onNull View view) argument
2407 setBackgroundTintMode(@onNull View view, PorterDuff.Mode mode) argument
2445 setNestedScrollingEnabled(@onNull View view, boolean enabled) argument
2468 isNestedScrollingEnabled(@onNull View view) argument
2490 startNestedScroll(@onNull View view, @ScrollAxis int axes) argument
2509 stopNestedScroll(@onNull View view) argument
2526 hasNestedScrollingParent(@onNull View view) argument
2554 dispatchNestedScroll(@onNull View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow) argument
2585 dispatchNestedPreScroll(@onNull View view, int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow) argument
2636 startNestedScroll(@onNull View view, @ScrollAxis int axes, @NestedScrollType int type) argument
2654 stopNestedScroll(@onNull View view, @NestedScrollType int type) argument
2671 hasNestedScrollingParent(@onNull View view, @NestedScrollType int type) argument
2704 dispatchNestedScroll(@onNull View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
2737 dispatchNestedPreScroll(@onNull View view, int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
2767 dispatchNestedFling(@onNull View view, float velocityX, float velocityY, boolean consumed) argument
2810 dispatchNestedPreFling(@onNull View view, float velocityX, float velocityY) argument
2833 isInLayout(@onNull View view) argument
2844 isLaidOut(@onNull View view) argument
2861 isLayoutDirectionResolved(@onNull View view) argument
2875 getZ(@onNull View view) argument
2894 setZ(@onNull View view, float z) argument
2905 offsetTopAndBottom(@onNull View view, int offset) argument
2936 compatOffsetTopAndBottom(View view, int offset) argument
2953 offsetLeftAndRight(@onNull View view, int offset) argument
2984 compatOffsetLeftAndRight(View view, int offset) argument
2996 tickleInvalidationFlag(View view) argument
3013 setClipBounds(@onNull View view, Rect clipBounds) argument
3028 getClipBounds(@onNull View view) argument
3038 isAttachedToWindow(@onNull View view) argument
3050 hasOnClickListeners(@onNull View view) argument
3068 setScrollIndicators(@onNull View view, @ScrollIndicators int indicators) argument
3101 setScrollIndicators(@onNull View view, @ScrollIndicators int indicators, @ScrollIndicators int mask) argument
3120 getScrollIndicators(@onNull View view) argument
3131 setPointerIcon(@onNull View view, PointerIconCompat pointerIcon) argument
3149 getDisplay(@onNull View view) argument
3169 setTooltipText(@onNull View view, @Nullable CharSequence tooltipText) argument
3211 getNextClusterForwardId(@onNull View view) argument
3225 setNextClusterForwardId(@onNull View view, int nextClusterForwardId) argument
3237 isKeyboardNavigationCluster(@onNull View view) argument
3251 setKeyboardNavigationCluster(@onNull View view, boolean isCluster) argument
3266 isFocusedByDefault(@onNull View view) argument
3285 setFocusedByDefault(@onNull View view, boolean isFocusedByDefault) argument
3302 keyboardNavigationClusterSearch(@onNull View view, View currentCluster, @FocusDirection int direction) argument
3318 addKeyboardNavigationClusters(@onNull View view, @NonNull Collection<View> views, int direction) argument
3333 restoreDefaultFocus(@onNull View view) argument
3355 hasExplicitFocusable(@onNull View view) argument
[all...]
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionAutofillSupport.java19 import android.view.View;
54 * Listener for autofill event. Leanback will set the Listener on the custom view.
59 * Custom view should call this method when autofill event happened.
61 * @param view The view where autofill happened.
63 void onAutofill(View view); argument
68 * Sets AutofillListener on the custom view.
H A DItemAlignmentFacetHelper.java20 import android.view.View;
21 import android.view.ViewGroup;
26 * Helper class to handle ItemAlignmentFacet in a grid view.
38 View view = itemView;
40 view = itemView.findViewById(facet.mViewId);
41 if (view == null) {
42 view = itemView;
48 alignPos = (view == itemView ? p.getOpticalWidth(view)
49 : view
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DGhostViewUtils.java21 import android.view.View;
22 import android.view.ViewGroup;
26 static GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) { argument
28 return GhostViewApi21.addGhost(view, viewGroup, matrix);
30 return GhostViewApi14.addGhost(view, viewGroup);
33 static void removeGhost(View view) { argument
35 GhostViewApi21.removeGhost(view);
37 GhostViewApi14.removeGhost(view);
H A DViewUtilsBase.java20 import android.view.View;
21 import android.view.ViewParent;
29 public void setTransitionAlpha(@NonNull View view, float alpha) { argument
30 Float savedAlpha = (Float) view.getTag(R.id.save_non_transition_alpha);
32 view.setAlpha(savedAlpha * alpha);
34 view.setAlpha(alpha);
38 public float getTransitionAlpha(@NonNull View view) { argument
39 Float savedAlpha = (Float) view.getTag(R.id.save_non_transition_alpha);
41 return view.getAlpha() / savedAlpha;
43 return view
47 saveNonTransitionAlpha(@onNull View view) argument
53 clearNonTransitionAlpha(@onNull View view) argument
61 transformMatrixToGlobal(@onNull View view, @NonNull Matrix matrix) argument
75 transformMatrixToLocal(@onNull View view, @NonNull Matrix matrix) argument
92 setAnimationMatrix(@onNull View view, Matrix matrix) argument
[all...]
/frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
H A DTestHelper.java20 import android.view.View;
30 public static void assertViewVisible(View view) { argument
31 assertThat(view.getVisibility()).isEqualTo(View.VISIBLE);
34 public static void assertViewNotVisible(View view) { argument
35 assertThat(view.getVisibility()).isEqualTo(View.GONE);
38 public static void assertViewEnabled(View view) { argument
39 assertThat(view.isEnabled()).isTrue();
42 public static void assertViewNotEnabled(View view) { argument
43 assertThat(view.isEnabled()).isFalse();
46 public static void assertTextEqual(TextView view, Strin argument
[all...]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DCardViewBindingAdapter.java32 public static void setContentPadding(CardView view, int padding) { argument
33 view.setContentPadding(padding, padding, padding, padding);
37 public static void setContentPaddingLeft(CardView view, int left) { argument
38 int top = view.getContentPaddingTop();
39 int right = view.getContentPaddingRight();
40 int bottom = view.getContentPaddingBottom();
41 view.setContentPadding(left, top, right, bottom);
45 public static void setContentPaddingTop(CardView view, int top) { argument
46 int left = view.getContentPaddingLeft();
47 int right = view
53 setContentPaddingRight(CardView view, int right) argument
61 setContentPaddingBottom(CardView view, int bottom) argument
[all...]
H A DTimePickerBindingAdapter.java30 public static void setHour(TimePicker view, int hour) { argument
32 if (view.getHour() != hour) {
33 view.setHour(hour);
36 if (view.getCurrentHour() != hour) {
37 view.setCurrentHour(hour);
44 public static void setMinute(TimePicker view, int minute) { argument
46 if (view.getMinute() != minute) {
47 view.setMinute(minute);
50 if (view.getCurrentMinute() != minute) {
51 view
57 getHour(TimePicker view) argument
72 getMinute(TimePicker view) argument
88 setListeners(TimePicker view, final OnTimeChangedListener listener, final InverseBindingListener hourChange, final InverseBindingListener minuteChange) argument
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DViewBindingAdapterTest.java24 import android.view.View;
38 View view = mBinder.padding;
39 assertEquals(mBindingObject.getPadding(), view.getPaddingBottom());
40 assertEquals(mBindingObject.getPadding(), view.getPaddingTop());
41 assertEquals(mBindingObject.getPadding(), view.getPaddingRight());
42 assertEquals(mBindingObject.getPadding(), view.getPaddingLeft());
46 assertEquals(mBindingObject.getPadding(), view.getPaddingBottom());
47 assertEquals(mBindingObject.getPadding(), view.getPaddingTop());
48 assertEquals(mBindingObject.getPadding(), view.getPaddingRight());
49 assertEquals(mBindingObject.getPadding(), view
[all...]
/frameworks/base/core/java/android/view/animation/
H A DInterpolator.java17 package android.view.animation;
/frameworks/base/core/java/com/android/internal/view/animation/
H A DNativeInterpolatorFactory.java17 package com.android.internal.view.animation;
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DPluginUtils.java18 import android.view.LayoutInflater;
19 import android.view.View;
23 public static void setId(Context sysuiContext, View view, String id) { argument
25 view.setId(i);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DCustomNamespaceAdapter.java23 public static void setOne(TextView view, String value) { argument
24 view.setText(value);
28 public static void setTwo(TextView view, String value) { argument
29 view.setText(value);
/frameworks/layoutlib/bridge/src/android/view/
H A DViewConfiguration_Accessor.java17 package android.view;
/frameworks/layoutlib/bridge/src/android/view/inputmethod/
H A DInputMethodManager_Accessor.java17 package android.view.inputmethod;
/frameworks/layoutlib/create/tests/mock_data/mock_android/view/
H A DViewGroup.java17 package mock_android.view;

Completed in 407 milliseconds

1234567891011>>