Home
last modified time | relevance | path

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

12345678910>>...22

/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java267 public boolean hasTransientState(View view); in hasTransientState()
268 public void setHasTransientState(View view, boolean hasTransientState); in setHasTransientState()
269 public void postInvalidateOnAnimation(View view); in postInvalidateOnAnimation()
270 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom); in postInvalidateOnAnimation()
271 public void postOnAnimation(View view, Runnable action); in postOnAnimation()
272 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis); in postOnAnimationDelayed()
273 public int getImportantForAccessibility(View view); in getImportantForAccessibility()
274 public void setImportantForAccessibility(View view, int mode); in setImportantForAccessibility()
275 public boolean isImportantForAccessibility(View view); in isImportantForAccessibility()
276 public 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 …]
DViewPropertyAnimatorListenerAdapter.java33 public void onAnimationStart(View view) { in onAnimationStart()
40 public void onAnimationEnd(View view) { in onAnimationEnd()
47 public void onAnimationCancel(View view) { in onAnimationCancel()
/frameworks/support/v4/honeycomb/android/support/v4/view/
DViewCompatHC.java28 public static float getAlpha(View view) { in getAlpha()
32 public static void setLayerType(View view, int layerType, Paint paint) { in setLayerType()
36 public static int getLayerType(View view) { in getLayerType()
44 public static int getMeasuredWidthAndState(View view) { in getMeasuredWidthAndState()
48 public static int getMeasuredHeightAndState(View view) { in getMeasuredHeightAndState()
52 public static int getMeasuredState(View view) { in getMeasuredState()
56 public static float getTranslationX(View view) { in getTranslationX()
60 public static float getTranslationY(View view) { in getTranslationY()
64 public static float getX(View view) { in getX()
68 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 …]
DViewPropertyAnimatorListener.java30 void onAnimationStart(View view); in onAnimationStart()
38 void onAnimationEnd(View view); in onAnimationEnd()
46 void onAnimationCancel(View view); in onAnimationCancel()
/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 …]
DViewPropertyAnimatorCompatJB.java24 public static void withStartAction(View view, Runnable runnable) { in withStartAction()
28 public static void withEndAction(View view, Runnable runnable) { in withEndAction()
32 public static void withLayer(View view) { in withLayer()
36 public static void setListener(final View view, in setListener()
/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatApi21.java24 public static void setTransitionName(View view, String transitionName) { in setTransitionName()
28 public static String getTransitionName(View view) { in getTransitionName()
32 public static void requestApplyInsets(View view) { in requestApplyInsets()
36 public static void setElevation(View view, float elevation) { in setElevation()
40 public static float getElevation(View view) { in getElevation()
44 public static void setTranslationZ(View view, float translationZ) { in setTranslationZ()
48 public static float getTranslationZ(View view) { in getTranslationZ()
52 public static void setOnApplyWindowInsetsListener(View view, in setOnApplyWindowInsetsListener()
67 public static boolean isImportantForAccessibility(View view) { in isImportantForAccessibility()
/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()
/frameworks/base/core/java/android/webkit/
DWebViewClient.java44 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
60 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
72 public void onPageFinished(WebView view, String url) { in onPageFinished()
82 public void onLoadResource(WebView view, String url) { in onLoadResource()
103 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
123 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
141 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
187 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
200 public void onFormResubmission(WebView view, Message dontResend, in onFormResubmission()
212 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
[all …]
DWebChromeClient.java35 public void onProgressChanged(WebView view, int newProgress) {} in onProgressChanged()
42 public void onReceivedTitle(WebView view, String title) {} in onReceivedTitle()
49 public void onReceivedIcon(WebView view, Bitmap icon) {} in onReceivedIcon()
57 public void onReceivedTouchIconUrl(WebView view, String url, in onReceivedTouchIconUrl()
81 public void onShowCustomView(View view, CustomViewCallback callback) {}; in onShowCustomView()
95 public void onShowCustomView(View view, int requestedOrientation, in onShowCustomView()
130 public boolean onCreateWindow(WebView view, boolean isDialog, in onCreateWindow()
141 public void onRequestFocus(WebView view) {} in onRequestFocus()
162 public boolean onJsAlert(WebView view, String url, String message, in onJsAlert()
180 public boolean onJsConfirm(WebView view, String url, String message, in onJsConfirm()
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DRoundedRectHelper.java44 public void setRoundedRectBackground(View view, int color) { in setRoundedRectBackground()
53 public void clearBackground(View view) { in clearBackground()
58 public void setRoundedRectBackground(View view, int color); in setRoundedRectBackground()
59 public void clearBackground(View view); in clearBackground()
67 public void setRoundedRectBackground(View view, int color) { in setRoundedRectBackground()
75 public void clearBackground(View view) { in clearBackground()
85 public void setRoundedRectBackground(View view, int color) { in setRoundedRectBackground()
90 public void clearBackground(View view) { in clearBackground()
DFocusHighlightHelper.java57 FocusAnimator(View view, float scale, boolean useDimmer, int duration) { in FocusAnimator()
138 private float getScale(View view) { in getScale()
144 public void onItemFocused(View view, boolean hasFocus) { in onItemFocused()
150 public void onInitializeView(View view) { in onInitializeView()
154 private FocusAnimator getOrCreateAnimator(View view) { in getOrCreateAnimator()
212 HeaderFocusAnimator(View view, float scale, int duration) { in HeaderFocusAnimator()
229 private void viewFocused(View view, boolean hasFocus) { in viewFocused()
240 public void onItemFocused(View view, boolean hasFocus) { in onItemFocused()
245 public void onInitializeView(View view) { in onInitializeView()
/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/v7/recyclerview/src/android/support/v7/widget/
DOrientationHelper.java81 public abstract int getDecoratedStart(View view); in getDecoratedStart()
93 public abstract int getDecoratedEnd(View view); in getDecoratedEnd()
103 public abstract int getDecoratedMeasurement(View view); in getDecoratedMeasurement()
113 public abstract int getDecoratedMeasurementInOther(View view); in getDecoratedMeasurementInOther()
157 public abstract void offsetChild(View view, int offset); in offsetChild()
216 public int getDecoratedMeasurement(View view) { in createHorizontalHelper()
224 public int getDecoratedMeasurementInOther(View view) { in createHorizontalHelper()
232 public int getDecoratedEnd(View view) { in createHorizontalHelper()
239 public int getDecoratedStart(View view) { in createHorizontalHelper()
252 public void offsetChild(View view, int offset) { in createHorizontalHelper()
DDefaultItemAnimator.java128 View view = moves.get(0).holder.itemView; in runPendingAnimations() local
177 View view = additions.get(0).itemView; in runPendingAnimations() local
193 final View view = holder.itemView; in animateRemoveImpl() local
222 final View view = holder.itemView; in animateAddImpl() local
249 final View view = holder.itemView; in animateMove() local
270 final View view = holder.itemView; in animateMoveImpl() local
334 final View view = holder == null ? null : holder.itemView; in animateChangeImpl() local
422 final View view = item.itemView; in endAnimation() local
533 View view = item.holder.itemView; in endAnimations() local
548 View view = item.itemView; in endAnimations() local
[all …]
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java48 public boolean backspace(View view, Editable content, int keyCode, KeyEvent event) { in backspace()
60 public boolean forwardDelete(View view, Editable content, int keyCode, KeyEvent event) { in forwardDelete()
64 private boolean backspaceOrForwardDelete(View view, Editable content, int keyCode, in backspaceOrForwardDelete()
100 private boolean deleteSelection(View view, Editable content) { in deleteSelection()
115 private boolean deleteLine(View view, Editable content) { in deleteLine()
150 public boolean onKeyDown(View view, Editable content, in onKeyDown()
176 public boolean onKeyOther(View view, Editable content, KeyEvent event) { in onKeyOther()
DKeyListener.java63 public boolean onKeyDown(View view, Editable text, in onKeyDown()
71 public boolean onKeyUp(View view, Editable text, in onKeyUp()
79 public boolean onKeyOther(View view, Editable text, KeyEvent event); in onKeyOther()
84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
/frameworks/base/core/java/android/view/
DViewManager.java34 public void addView(View view, ViewGroup.LayoutParams params); in addView()
35 public void updateViewLayout(View view, ViewGroup.LayoutParams params); in updateViewLayout()
36 public void removeView(View view); in removeView()
DGhostView.java37 private GhostView(View view) { in GhostView()
92 public static void calculateMatrix(View view, ViewGroup host, Matrix matrix) { in calculateMatrix()
100 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost()
140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost()
144 public static void removeGhost(View view) { in removeGhost()
156 public static GhostView getGhost(View view) { in getGhost()
265 private static boolean isGhostWrapper(View view) { in isGhostWrapper()
307 private static void getParents(View view, ArrayList<View> parents) { in getParents()
320 private static boolean isOnTop(View view, View comparedWith) { in isOnTop()
DWindowManagerImpl.java83 public void addView(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { in addView()
89 public void updateViewLayout(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { in updateViewLayout()
110 public void removeView(View view) { in removeView()
115 public void removeViewImmediate(View view) { in removeViewImmediate()
/frameworks/base/core/java/android/transition/
DSlide.java50 float getGoneX(ViewGroup sceneRoot, View view); in getGoneX()
53 float getGoneY(ViewGroup sceneRoot, View view); in getGoneY()
59 public float getGoneY(ViewGroup sceneRoot, View view) { in getGoneY()
67 public float getGoneX(ViewGroup sceneRoot, View view) { in getGoneX()
152 View view = transitionValues.view; in captureValues() local
222 public Animator onAppear(ViewGroup sceneRoot, View view, in onAppear()
238 public Animator onDisappear(ViewGroup sceneRoot, View view, in onDisappear()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DViewUtils.java52 public static boolean isLayoutRtl(View view) { in isLayoutRtl()
72 public static void computeFitSystemWindows(View view, Rect inoutInsets, Rect outLocalInsets) { in computeFitSystemWindows()
86 public static void makeOptionalFitsSystemWindows(View view) { in makeOptionalFitsSystemWindows()

12345678910>>...22