Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java373 boolean hasTransientState(View view); in hasTransientState()
374 void setHasTransientState(View view, boolean hasTransientState); in setHasTransientState()
375 void postInvalidateOnAnimation(View view); in postInvalidateOnAnimation()
376 void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom); in postInvalidateOnAnimation()
377 void postOnAnimation(View view, Runnable action); in postOnAnimation()
378 void postOnAnimationDelayed(View view, Runnable action, long delayMillis); in postOnAnimationDelayed()
379 int getImportantForAccessibility(View view); in getImportantForAccessibility()
380 void setImportantForAccessibility(View view, int mode); in setImportantForAccessibility()
381 boolean isImportantForAccessibility(View view); in isImportantForAccessibility()
382 boolean performAccessibilityAction(View view, int action, Bundle arguments); in performAccessibilityAction()
[all …]
DViewPropertyAnimatorCompat.java35 ViewPropertyAnimatorCompat(View view) { in ViewPropertyAnimatorCompat()
40 public void setDuration(ViewPropertyAnimatorCompat vpa, View view, long value); in setDuration()
41 public long getDuration(ViewPropertyAnimatorCompat vpa, View view); in getDuration()
42 public void setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value); in setInterpolator()
43 public Interpolator getInterpolator(ViewPropertyAnimatorCompat vpa, View view); in getInterpolator()
44 public void setStartDelay(ViewPropertyAnimatorCompat vpa, View view, long value); in setStartDelay()
45 public long getStartDelay(ViewPropertyAnimatorCompat vpa, View view); in getStartDelay()
46 public void alpha(ViewPropertyAnimatorCompat vpa, View view, float value); in alpha()
47 public void alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value); in alphaBy()
48 public void rotation(ViewPropertyAnimatorCompat vpa, View view, float value); in rotation()
[all …]
/frameworks/support/v4/honeycomb/android/support/v4/view/
DViewCompatHC.java30 public static float getAlpha(View view) { in getAlpha()
34 public static void setLayerType(View view, int layerType, Paint paint) { in setLayerType()
38 public static int getLayerType(View view) { in getLayerType()
46 public static int getMeasuredWidthAndState(View view) { in getMeasuredWidthAndState()
50 public static int getMeasuredHeightAndState(View view) { in getMeasuredHeightAndState()
54 public static int getMeasuredState(View view) { in getMeasuredState()
58 public static float getTranslationX(View view) { in getTranslationX()
62 public static float getTranslationY(View view) { in getTranslationY()
66 public static float getX(View view) { in getX()
70 public static float getY(View view) { in getY()
[all …]
/frameworks/support/v4/ics/android/support/v4/view/
DViewPropertyAnimatorCompatICS.java25 public static void setDuration(View view, long value) { in setDuration()
29 public static void alpha(View view, float value) { in alpha()
33 public static void translationX(View view, float value) { in translationX()
37 public static void translationY(View view, float value) { in translationY()
41 public static long getDuration(View view) { in getDuration()
45 public static void setInterpolator(View view, Interpolator value) { in setInterpolator()
49 public static void setStartDelay(View view, long value) { in setStartDelay()
53 public static long getStartDelay(View view) { in getStartDelay()
57 public static void alphaBy(View view, float value) { in alphaBy()
61 public static void rotation(View view, float value) { in rotation()
[all …]
/frameworks/support/v4/jellybean/android/support/v4/view/
DViewCompatJB.java28 public static boolean hasTransientState(View view) { in hasTransientState()
32 public static void setHasTransientState(View view, boolean hasTransientState) { in setHasTransientState()
36 public static void postInvalidateOnAnimation(View view) { in postInvalidateOnAnimation()
40 public static void postInvalidateOnAnimation(View view, int left, int top, in postInvalidateOnAnimation()
45 public static void postOnAnimation(View view, Runnable action) { in postOnAnimation()
49 public static void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed()
53 public static int getImportantForAccessibility(View view) { in getImportantForAccessibility()
57 public static void setImportantForAccessibility(View view, int mode) { in setImportantForAccessibility()
61 public static boolean performAccessibilityAction(View view, int action, Bundle arguments) { in performAccessibilityAction()
65 public static Object getAccessibilityNodeProvider(View view) { in getAccessibilityNodeProvider()
[all …]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DViewBindingAdapterTest.java38 View view = mBinder.padding; in testPadding() local
53 View view = mBinder.paddingLeftRight; in testPaddingLeftRight() local
65 View view = mBinder.paddingStartEnd; in testPaddingStartEnd() local
77 View view = mBinder.paddingTopBottom; in testPaddingTopBottom() local
89 View view = mBinder.backgroundTint; in testBackgroundTint() local
103 View view = mBinder.fadeScrollbars; in testFadeScrollbars() local
112 View view = mBinder.nextFocus; in testNextFocus() local
134 View view = mBinder.requiresFadingEdge; in testRequiresFadingEdge() local
146 View view = mBinder.scrollbar; in testScrollbar() local
169 View view = mBinder.transformPivot; in testTransformPivot() local
[all …]
DObservableFieldTest.java44 TextView view = mBinder.bField; in testBoolean() local
55 TextView view = mBinder.tField; in testByte() local
66 TextView view = mBinder.sField; in testShort() local
77 TextView view = mBinder.cField; in testChar() local
88 TextView view = mBinder.iField; in testInt() local
99 TextView view = mBinder.lField; in testLong() local
110 TextView view = mBinder.fField; in testFloat() local
121 TextView view = mBinder.dField; in testDouble() local
132 TextView view = mBinder.oField; in testObject() local
DTextViewBindingAdapterTest.java45 TextView view = mBinder.numericText; in testNumeric() local
70 TextView view = mBinder.textDrawableNormal; in testDrawables() local
95 TextView view = mBinder.textDrawableStartEnd; in testDrawableStartEnd() local
111 TextView view = mBinder.textView; in testSimpleProperties() local
182 private static boolean isAutoTextEnabled(TextView view) { in isAutoTextEnabled()
194 private static TextKeyListener.Capitalize getCapitalization(TextView view) { in getCapitalization()
212 private static int getMaxLength(TextView view) { in getMaxLength()
224 TextView view = mBinder.textAllCaps; in testAllCaps() local
242 TextView view = mBinder.textBufferType; in testBufferType() local
249 private static TextView.BufferType getBufferType(TextView view) { in getBufferType()
[all …]
DListenerTest.java45 View view = mBinder.click1; in testInstanceClick() local
53 View view = mBinder.click2; in testStaticClick() local
61 View view = mBinder.click3; in testInstanceClickTwoArgs() local
81 View view = mBinder.click4; in testStaticClickTwoArgs() local
97 View view = mBinder.click5; in testClickExpression() local
120 View view = mBinder.click6; in testBaseObservableClick() local
DResourceTest.java47 TextView view = mBinder.textView0; in testStringFormat() local
57 TextView view = mBinder.textView1; in testQuantityString() local
67 TextView view = mBinder.fractionNoParameters; in testFractionNoParameters() local
73 TextView view = mBinder.fractionOneParameter; in testFractionOneParameter() local
79 TextView view = mBinder.fractionTwoParameters; in testFractionTwoParameters() local
/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatLollipop.java32 public static void setTransitionName(View view, String transitionName) { in setTransitionName()
36 public static String getTransitionName(View view) { in getTransitionName()
40 public static void requestApplyInsets(View view) { in requestApplyInsets()
44 public static void setElevation(View view, float elevation) { in setElevation()
48 public static float getElevation(View view) { in getElevation()
52 public static void setTranslationZ(View view, float translationZ) { in setTranslationZ()
56 public static float getTranslationZ(View view) { in getTranslationZ()
60 public static void setOnApplyWindowInsetsListener(View view, in setOnApplyWindowInsetsListener()
79 public static boolean isImportantForAccessibility(View view) { in isImportantForAccessibility()
83 static ColorStateList getBackgroundTintList(View view) { in getBackgroundTintList()
[all …]
/frameworks/base/core/java/android/webkit/
DWebViewClient.java45 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
72 public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) { in shouldOverrideUrlLoading()
90 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
102 public void onPageFinished(WebView view, String url) { in onPageFinished()
112 public void onLoadResource(WebView view, String url) { in onLoadResource()
142 public void onPageCommitVisible(WebView view, String url) { in onPageCommitVisible()
163 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
183 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
201 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
250 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
[all …]
/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
DViewCompatJellybeanMr1.java27 public static int getLabelFor(View view) { in getLabelFor()
31 public static void setLabelFor(View view, int id) { in setLabelFor()
35 public static void setLayerPaint(View view, Paint paint) { in setLayerPaint()
39 public static int getLayoutDirection(View view) { in getLayoutDirection()
43 public static void setLayoutDirection(View view, int layoutDirection) { in setLayoutDirection()
47 public static int getPaddingStart(View view) { in getPaddingStart()
51 public static int getPaddingEnd(View view) { in getPaddingEnd()
55 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { in setPaddingRelative()
59 public static int getWindowSystemUiVisibility(View view) { in getWindowSystemUiVisibility()
63 public static boolean isPaddingRelative(View view) { in isPaddingRelative()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java63 public static void setText(TextView view, CharSequence text) { in setText()
79 public static String getTextString(TextView view) { in getTextString()
84 public static void setAutoText(TextView view, boolean autoText) { in setAutoText()
101 public static void setCapitalize(TextView view, TextKeyListener.Capitalize capitalize) { in setCapitalize()
110 public static void setBufferType(TextView view, TextView.BufferType bufferType) { in setBufferType()
115 public static void setDigits(TextView view, CharSequence digits) { in setDigits()
124 public static void setNumeric(TextView view, int numeric) { in setNumeric()
130 public static void setPhoneNumber(TextView view, boolean phoneNumber) { in setPhoneNumber()
145 public static void setDrawableBottom(TextView view, Drawable drawable) { in setDrawableBottom()
152 public static void setDrawableLeft(TextView view, Drawable drawable) { in setDrawableLeft()
[all …]
DViewBindingAdapter.java64 public static void setPadding(View view, float paddingFloat) { in setPadding()
70 public static void setPaddingBottom(View view, float paddingFloat) { in setPaddingBottom()
77 public static void setPaddingEnd(View view, float paddingFloat) { in setPaddingEnd()
89 public static void setPaddingLeft(View view, float paddingFloat) { in setPaddingLeft()
96 public static void setPaddingRight(View view, float paddingFloat) { in setPaddingRight()
103 public static void setPaddingStart(View view, float paddingFloat) { in setPaddingStart()
115 public static void setPaddingTop(View view, float paddingFloat) { in setPaddingTop()
122 public static void setRequiresFadingEdge(View view, int value) { in setRequiresFadingEdge()
130 public static void setClickListener(View view, View.OnClickListener clickListener, in setClickListener()
137 public static void setOnClick(View view, View.OnClickListener clickListener, in setOnClick()
[all …]
DTabHostBindingAdapter.java27 public static int getCurrentTab(TabHost view) { in getCurrentTab()
32 public static String getCurrentTabTag(TabHost view) { in getCurrentTabTag()
37 public static void setCurrentTab(TabHost view, int tab) { in setCurrentTab()
44 public static void setCurrentTabTag(TabHost view, String tabTag) { in setCurrentTabTag()
52 public static void setListeners(TabHost view, final OnTabChangeListener listener, in setListeners()
/frameworks/support/v4/donut/android/support/v4/view/
DViewCompatBase.java35 static ColorStateList getBackgroundTintList(View view) { in getBackgroundTintList()
41 static void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList()
47 static PorterDuff.Mode getBackgroundTintMode(View view) { in getBackgroundTintMode()
53 static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { in setBackgroundTintMode()
59 static boolean isLaidOut(View view) { in isLaidOut()
63 static int getMinimumWidth(View view) { in getMinimumWidth()
86 static int getMinimumHeight(View view) { in getMinimumHeight()
109 static boolean isAttachedToWindow(View view) { in isAttachedToWindow()
113 static void offsetTopAndBottom(View view, int offset) { in offsetTopAndBottom()
133 static void offsetLeftAndRight(View view, int offset) { in offsetLeftAndRight()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
DGenericAdapter.java30 public static <T> void setListText(TextView view, List<T> list) { in setListText()
35 public static <T> void setCollectionText(TextView view, Collection<T> list) { in setCollectionText()
40 public static <T> void setArrayText(TextView view, T[] values) { in setArrayText()
45 public static <T> void setListAndArray(TextView view, List<T> list, T[] values) { in setListAndArray()
50 public static <T> void setGenericViewValue(GenericView<T> view, List<T> value) { in setGenericViewValue()
55 public static <T> void setGenericListAndArray(GenericView<T> view, List<T> list, T[] values) { in setGenericListAndArray()
60 public static void setGenericList(TextView view, List<String> list) { in setGenericList()
65 public static void setGenericIntegerList(TextView view, List<Integer> list) { in setGenericIntegerList()
68 private static <T> void setText(TextView view, Collection<T> collection) { in setText()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DOrientationHelper.java84 public abstract int getDecoratedStart(View view); in getDecoratedStart()
96 public abstract int getDecoratedEnd(View view); in getDecoratedEnd()
112 public abstract int getTransformedEndWithDecoration(View view); in getTransformedEndWithDecoration()
128 public abstract int getTransformedStartWithDecoration(View view); in getTransformedStartWithDecoration()
138 public abstract int getDecoratedMeasurement(View view); in getDecoratedMeasurement()
148 public abstract int getDecoratedMeasurementInOther(View view); in getDecoratedMeasurementInOther()
192 public abstract void offsetChild(View view, int offset); in offsetChild()
273 public int getDecoratedMeasurement(View view) { in createHorizontalHelper()
281 public int getDecoratedMeasurementInOther(View view) { in createHorizontalHelper()
289 public int getDecoratedEnd(View view) { in createHorizontalHelper()
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DForegroundHelper.java18 public void setForeground(View view, Drawable drawable); in setForeground()
20 public Drawable getForeground(View view); in getForeground()
28 public void setForeground(View view, Drawable drawable) { in setForeground()
33 public Drawable getForeground(View view) { in getForeground()
43 public void setForeground(View view, Drawable drawable) { in setForeground()
47 public Drawable getForeground(View view) { in getForeground()
71 public Drawable getForeground(View view) { in getForeground()
75 public void setForeground(View view, Drawable drawable) { in setForeground()
/frameworks/support/v4/kitkat/android/support/v4/view/
DViewCompatKitKat.java25 public static int getAccessibilityLiveRegion(View view) { in getAccessibilityLiveRegion()
29 public static void setAccessibilityLiveRegion(View view, int mode) { in setAccessibilityLiveRegion()
33 public static boolean isLaidOut(View view) { in isLaidOut()
37 public static boolean isAttachedToWindow(View view) { in isAttachedToWindow()
41 public static boolean isLayoutDirectionResolved(View view) { in isLayoutDirectionResolved()
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupChildrenTest.java62 View view = createView("1"); in testAddChild() local
75 View view = createView(String.valueOf(i + 1)); in testAddChildAtFront() local
79 View view = createView("X"); in testAddChildAtFront() local
93 View view = createView(String.valueOf(i + 1)); in testAddChildInMiddle() local
97 View view = createView("X"); in testAddChildInMiddle() local
111 View view = createView(String.valueOf(i + 1)); in testAddChildren() local
122 View view = createView("1"); in testRemoveChild() local
260 TextView view = new TextView(getActivity()); in createView() local
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DScrollingThroughListOfFocusablesTest.java79 InternalSelectionView view = mActivity.getSelectedView(); in testScrollingDownInFirstItem() local
92 InternalSelectionView view = (InternalSelectionView) in testScrollingDownInFirstItem() local
140 InternalSelectionView view = mActivity.getSelectedView(); in testNoFadingEdgeAtBottomOfLastItem() local
168 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
175 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
189 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
201 final InternalSelectionView view = in testNavigatingUpThroughInternalSelection() local
/frameworks/support/v4/api23/android/support/v4/view/
DViewCompatMarshmallow.java22 public static void setScrollIndicators(View view, int indicators) { in setScrollIndicators()
26 public static void setScrollIndicators(View view, int indicators, int mask) { in setScrollIndicators()
30 public static int getScrollIndicators(View view) { in getScrollIndicators()
34 static void offsetTopAndBottom(View view, int offset) { in offsetTopAndBottom()
38 static void offsetLeftAndRight(View view, int offset) { in offsetLeftAndRight()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchUIUtilImpl.java33 public void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
64 public void clearView(View view) { in clearView()
77 public void clearView(View view) { in clearView()
83 public void onSelected(View view) { in onSelected()
88 public void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
96 View view, float dX, float dY, int actionState, boolean isCurrentlyActive) { in onDrawOver()
103 private void draw(Canvas c, RecyclerView parent, View view, in draw()
112 public void clearView(View view) { in clearView()
117 public void onSelected(View view) { in onSelected()
122 public void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
[all …]

12345678910>>...34