Searched refs:view (Results 26 - 50 of 2115) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/view/menu/
H A DMenuLayoutLandscape.java17 package android.view.menu;
H A DMenuLayoutPortrait.java17 package android.view.menu;
/frameworks/base/graphics/tests/graphicstests/src/android/view/
H A DMockView.java17 package android.view;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPresenter.java16 import android.view.View;
17 import android.view.ViewGroup;
57 * ViewHolder can be subclassed and used to cache any view accessors needed
62 public final View view; field in class:Presenter.ViewHolder
64 public ViewHolder(View view) { argument
65 this.view = view;
87 * Called when a view created by this presenter has been attached to a window.
89 * <p>This can be used as a reasonable signal that the view is about to be seen
94 * @param holder Holder of the view bein
119 cancelAnimationsRecursive(View view) argument
[all...]
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewPropertyAnimatorCompatICS.java16 package android.support.v4.view;
20 import android.view.View;
21 import android.view.animation.Interpolator;
25 public static void setDuration(View view, long value) { argument
26 view.animate().setDuration(value);
29 public static void alpha(View view, float value) { argument
30 view.animate().alpha(value);
33 public static void translationX(View view, float value) { argument
34 view.animate().translationX(value);
37 public static void translationY(View view, floa argument
41 getDuration(View view) argument
45 setInterpolator(View view, Interpolator value) argument
49 setStartDelay(View view, long value) argument
53 getStartDelay(View view) argument
57 alphaBy(View view, float value) argument
61 rotation(View view, float value) argument
65 rotationBy(View view, float value) argument
69 rotationX(View view, float value) argument
73 rotationXBy(View view, float value) argument
77 rotationY(View view, float value) argument
81 rotationYBy(View view, float value) argument
85 scaleX(View view, float value) argument
89 scaleXBy(View view, float value) argument
93 scaleY(View view, float value) argument
97 scaleYBy(View view, float value) argument
101 cancel(View view) argument
105 x(View view, float value) argument
109 xBy(View view, float value) argument
113 y(View view, float value) argument
117 yBy(View view, float value) argument
121 translationXBy(View view, float value) argument
125 translationYBy(View view, float value) argument
129 start(View view) argument
133 setListener(final View view, final ViewPropertyAnimatorListener listener) argument
[all...]
/frameworks/base/core/java/android/view/
H A DCollapsibleActionView.java17 package android.view;
19 import android.view.MenuItem.OnActionExpandListener;
23 * when expanded or collapsed as an action view alongside the optional,
31 * Called when this view is expanded as an action view.
37 * Called when this view is collapsed as an action view.
H A DWindowManager.aidl1 /* //device/java/android/android/view/WindowManager.aidl
18 package android.view;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.aidl17 package android.view.accessibility;
H A DAccessibilityNodeInfo.aidl17 package android.view.accessibility;
H A DAccessibilityRecord.aidl17 package android.view.accessibility;
H A DAccessibilityWindowInfo.aidl17 package android.view.accessibility;
/frameworks/base/core/java/android/view/inputmethod/
H A DCompletionInfo.aidl17 package android.view.inputmethod;
H A DCorrectionInfo.aidl17 package android.view.inputmethod;
H A DCursorAnchorInfo.aidl17 package android.view.inputmethod;
H A DEditorInfo.aidl17 package android.view.inputmethod;
H A DExtractedText.aidl17 package android.view.inputmethod;
H A DExtractedTextRequest.aidl17 package android.view.inputmethod;
H A DInputBinding.aidl17 package android.view.inputmethod;
H A DInputMethodInfo.aidl17 package android.view.inputmethod;
H A DInputMethodSubtype.aidl17 package android.view.inputmethod;
/frameworks/base/core/java/android/view/textservice/
H A DSentenceSuggestionsInfo.aidl17 package android.view.textservice;
H A DSpellCheckerInfo.aidl17 package android.view.textservice;
H A DSpellCheckerSubtype.aidl17 package android.view.textservice;
H A DSuggestionsInfo.aidl17 package android.view.textservice;
H A DTextInfo.aidl17 package android.view.textservice;

Completed in 267 milliseconds

1234567891011>>