/frameworks/base/core/java/android/view/ |
ViewManager.java | 17 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 [all...] |
ViewOutlineProvider.java | 17 package android.view; 23 * Interface by which a View builds its {@link Outline}, used for shadow casting and clipping. 27 * Default outline provider for Views, which queries the Outline from the View's background, 28 * or generates a 0 alpha, rectangular Outline the size of the View if a background 35 public void getOutline(View view, Outline outline) { 36 Drawable background = view.getBackground(); 40 outline.setRect(0, 0, view.getWidth(), view.getHeight()); 47 * Maintains the outline of the View to match its rectangular bounds [all...] |
CollapsibleActionView.java | 17 package android.view; 19 import android.view.MenuItem.OnActionExpandListener; 22 * When a {@link View} implements this interface it will receive callbacks 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.
|
WindowManager.aidl | 1 /* //device/java/android/android/view/WindowManager.aidl 18 package android.view;
|
/frameworks/base/core/tests/coretests/src/android/view/menu/ |
MenuLayoutLandscape.java | 17 package android.view.menu;
|
MenuLayoutPortrait.java | 17 package android.view.menu;
|
/frameworks/base/graphics/tests/graphicstests/src/android/view/ |
MockView.java | 17 package android.view; 20 * Mock View class for testing 23 public class MockView extends View{
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
Presenter.java | 16 import android.view.View; 17 import android.view.ViewGroup; 20 * A Presenter is used to generate {@link View}s and bind Objects to them on 57 * ViewHolder can be subclassed and used to cache any view accessors needed 59 * without needing to subclass a View. 62 public final View view; field in class:Presenter.ViewHolder 64 public ViewHolder(View view) { [all...] |
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/view/inputmethod/ |
EditorInfo.java | 17 package android.view.inputmethod;
|
/frameworks/support/v4/ics/android/support/v4/view/ |
ViewPropertyAnimatorCompatICS.java | 16 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) { 26 view.animate().setDuration(value); 29 public static void alpha(View view, float value) { 30 view.animate().alpha(value) [all...] |
/external/chromium-trace/trace-viewer/src/ui/ |
rect_view.css | 6 rect-view {
|
/external/chromium_org/ui/v2/src/ |
view_private.cc | 9 ViewPrivate::ViewPrivate(View* view) : view_(view) {}
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.aidl | 17 package android.view.accessibility;
|
AccessibilityNodeInfo.aidl | 17 package android.view.accessibility;
|
AccessibilityRecord.aidl | 17 package android.view.accessibility;
|
AccessibilityWindowInfo.aidl | 17 package android.view.accessibility;
|
/frameworks/base/core/java/android/view/inputmethod/ |
CompletionInfo.aidl | 17 package android.view.inputmethod;
|
CorrectionInfo.aidl | 17 package android.view.inputmethod;
|
CursorAnchorInfo.aidl | 17 package android.view.inputmethod;
|
EditorInfo.aidl | 17 package android.view.inputmethod;
|
ExtractedText.aidl | 17 package android.view.inputmethod;
|
ExtractedTextRequest.aidl | 17 package android.view.inputmethod;
|
InputBinding.aidl | 17 package android.view.inputmethod;
|
InputMethodInfo.aidl | 17 package android.view.inputmethod;
|
InputMethodSubtype.aidl | 17 package android.view.inputmethod;
|