Searched refs:view (Results 1 - 25 of 1646) sorted by relevance

1234567891011>>

/frameworks/support/v4/kitkat/android/support/v4/view/
H A DViewCompatKitKat.java17 package android.support.v4.view;
19 import android.view.View;
25 public static int getAccessibilityLiveRegion(View view) { argument
26 return view.getAccessibilityLiveRegion();
29 public static void setAccessibilityLiveRegion(View view, int mode) { argument
30 view.setAccessibilityLiveRegion(mode);
/frameworks/support/v4/eclair-mr1/android/support/v4/view/
H A DViewCompatEclairMr1.java18 package android.support.v4.view;
20 import android.view.View;
23 public static boolean isOpaque(View view) { argument
24 return view.isOpaque();
/frameworks/base/core/java/android/view/
H A DDisplayInfo.aidl17 package android.view;
H A DDragEvent.aidl17 package android.view;
H A DGraphicBuffer.aidl17 package android.view;
H A DInputChannel.aidl1 /* //device/java/android/android/view/InputChannel.aidl
18 package android.view;
H A DInputDevice.aidl1 /* //device/java/android/android.view.InputDevice.aidl
18 package android.view;
H A DInputEvent.aidl1 /* //device/java/android/android.view.InputEvent.aidl
18 package android.view;
H A DKeyEvent.aidl1 /* //device/java/android/android.view.KeyEvent.aidl
18 package android.view;
H A DMagnificationSpec.aidl18 package android.view;
H A DMotionEvent.aidl1 /* //device/java/android/android.view.KeyEvent.aidl
18 package android.view;
H A DPointerIcon.aidl17 package android.view;
H A DSurface.aidl1 /* //device/java/android/android/view/Surface.aidl
18 package android.view;
H A DViewManager.java17 package android.view;
25 * Assign the passed LayoutParams to the passed View and add the view to the window.
26 * <p>Throws {@link android.view.WindowManager.BadTokenException} for certain programming
27 * errors, such as adding a second view to a window without removing the first view.
28 * <p>Throws {@link android.view.WindowManager.InvalidDisplayException} if the window is on a
31 * @param view The view to be added to this window.
32 * @param params The LayoutParams to assign to view.
34 public void addView(View view, ViewGrou argument
35 updateViewLayout(View view, ViewGroup.LayoutParams params) argument
36 removeView(View view) argument
[all...]
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/support/v4/java/android/support/v4/view/
H A DWindowCompat.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.Window;
/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
H A DViewCompatJellybeanMr1.java17 package android.support.v4.view;
20 import android.view.View;
27 public static int getLabelFor(View view) { argument
28 return view.getLabelFor();
31 public static void setLabelFor(View view, int id) { argument
32 view.setLabelFor(id);
35 public static void setLayerPaint(View view, Paint paint) { argument
36 view.setLayerPaint(paint);
39 public static int getLayoutDirection(View view) { argument
40 return view
43 setLayoutDirection(View view, int layoutDirection) argument
[all...]
/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/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java17 package android.support.v4.view;
20 import android.view.View;
21 import android.view.ViewParent;
28 public static boolean hasTransientState(View view) { argument
29 return view.hasTransientState();
32 public static void setHasTransientState(View view, boolean hasTransientState) { argument
33 view.setHasTransientState(hasTransientState);
36 public static void postInvalidateOnAnimation(View view) { argument
37 view.postInvalidateOnAnimation();
40 public static void postInvalidateOnAnimation(View view, in argument
45 postOnAnimation(View view, Runnable action) argument
49 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
53 getImportantForAccessibility(View view) argument
57 setImportantForAccessibility(View view, int mode) argument
61 performAccessibilityAction(View view, int action, Bundle arguments) argument
65 getAccessibilityNodeProvider(View view) argument
69 getParentForAccessibility(View view) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.aidl17 package android.view.accessibility;
H A DAccessibilityNodeInfo.aidl17 package android.view.accessibility;
/frameworks/base/core/java/android/view/inputmethod/
H A DCompletionInfo.aidl17 package android.view.inputmethod;

Completed in 390 milliseconds

1234567891011>>