/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
plugin.properties | 5 view.name.Devices = Devices 6 view.name.LogCat = LogCat 7 view.name.Threads = Threads 8 view.name.Heap = Heap 9 view.name.File_Explorer = File Explorer 10 view.name.Emulator_Control = Emulator Control 11 view.name.Allocation_Tracker = Allocation Tracker 12 view.name.Network_Stats = Network Statistics 13 view.name.SysInfo = System Information
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion8.txt | 2 android:layout_width : Specifies the basic width of the view. [dimension, enum]
|
completion8-expected-completion44.txt | 2 android:layout_width : Specifies the basic width of the view. [dimension, enum] 3 android:layout_height : Specifies the basic height of the view. [dimension, enum] 6 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension] 7 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension] 8 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension] 9 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension] 10 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension] 11 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension] 12 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
|
completion9-expected-completion62.txt | 2 android:layout_width : Specifies the basic width of the view. [dimension, enum]
|
/packages/apps/Calendar/src/com/android/calendar/ |
DayFragment.java | 26 import android.view.LayoutInflater; 27 import android.view.View; 28 import android.view.ViewGroup; 29 import android.view.ViewGroup.LayoutParams; 30 import android.view.animation.Animation; 31 import android.view.animation.AnimationUtils; 41 * The view id used for all the views we create. It's OK to have all child 42 * views have the same ID. This ID is used to pick which view receives 43 * focus when a view hierarchy is saved / restor 115 DayView view = new DayView(getActivity(), CalendarController local 130 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 152 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 223 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 234 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 243 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 248 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 253 DayView view = (DayView) mViewSwitcher.getCurrentView(); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SurfaceViewOverlay.java | 22 import android.view.View; 23 import android.view.View.OnClickListener; 34 View mVictimContainer; 35 View mVictim1; 36 View mVictim2; 81 final View mTarget; 83 HideMeListener(View target) { 87 public void onClick(View v) [all...] |
/frameworks/base/core/java/android/widget/ |
ViewSwitcher.java | 21 import android.view.View; 22 import android.view.ViewGroup; 23 import android.view.accessibility.AccessibilityEvent; 24 import android.view.accessibility.AccessibilityNodeInfo; 64 public void addView(View child, int index, ViewGroup.LayoutParams params) { 84 * Returns the next view to be displayed. 86 * @return the view that will be displayed after the next views flip. 88 public View getNextView() { 93 private View obtainView() [all...] |
/sdk/templates/activities/FullscreenActivity/root/src/app_package/util/ |
SystemUiHiderHoneycomb.java.ftl | 6 import android.view.View; 7 import android.view.WindowManager; 11 * Honeycomb and later (specifically {@link View#setSystemUiVisibility(int)}) to 17 * Flags for {@link View#setSystemUiVisibility(int)} to use when showing the 23 * Flags for {@link View#setSystemUiVisibility(int)} to use when hiding the 30 * {@link android.view.View.OnSystemUiVisibilityChangeListener#onSystemUiVisibilityChange(int)} 37 * {@link android.view.View.OnSystemUiVisibilityChangeListener} [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
FocusFinderTest.java | 17 package android.view.cts; 22 import android.view.FocusFinder; 23 import android.view.View; 24 import android.view.ViewGroup; 67 assertNextFocus(mTopLeft, View.FOCUS_RIGHT, mTopRight); 68 assertNextFocus(mTopRight, View.FOCUS_DOWN, mBottomRight); 69 assertNextFocus(mBottomRight, View.FOCUS_LEFT, mBottomLeft); 70 assertNextFocus(mBottomLeft, View.FOCUS_UP, mTopLeft); 72 assertNextFocus(null, View.FOCUS_RIGHT, mTopLeft) 140 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas); local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
DelegateViewHelper.java | 20 import android.view.MotionEvent; 21 import android.view.View; 26 private View mDelegateView; 27 private View mSourceView; 38 public DelegateViewHelper(View sourceView) { 42 public void setDelegateView(View view) { 43 mDelegateView = view; 63 mPanelShowing = mDelegateView.getVisibility() == View.VISIBLE [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ |
ActionModeWrapper.java | 17 package android.support.v7.internal.view; 20 import android.support.v7.internal.view.menu.MenuWrapperFactory; 21 import android.support.v7.view.ActionMode; 22 import android.view.Menu; 23 import android.view.MenuInflater; 24 import android.view.View; 32 final android.view.ActionMode mWrappedObject; 34 public ActionModeWrapper(Context context, android.view.ActionMode frameworkActionMode) { 110 public View getCustomView() [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageListItemCoordinates.java | 25 import android.view.LayoutInflater; 26 import android.view.View; 27 import android.view.View.MeasureSpec; 28 import android.view.ViewGroup; 29 import android.view.ViewParent; 36 * (eg, checkmark, star, subject, sender, labels, etc.) It will inflate a view, 38 * to easily improve performance by creating custom view while still defining 95 // Cache to save Coordinates based on view width 259 View view = LayoutInflater.from(context).inflate(getLayoutId(mode), null); local [all...] |
/frameworks/base/docs/html/tools/debugging/ |
debugging-ui.jd | 17 <li><a href="#viewhierarchy">About the View Hierarchy window</a></li> 18 <li><a href="#indiView">Working with an individual View in Tree View</a></li> 19 <li><a href="#hvdebugging">Debugging with View Hierarchy</a></li> 20 <li><a href="#hvoptimize">Optimizing with View Hierarchy</a></li> 62 provides a visual representation of the layout's View hierarchy (the View Hierarchy window) 64 and a magnified view of the display (the Pixel Perfect window) to closely examine the pixels 105 Select the name of your Activity from the list. You can now look at its view 106 hierarchy using the View Hierarchy window, or look at a magnified image of the UI usin [all...] |
/frameworks/base/docs/html/sdk/api_diff/17/changes/ |
android.view.View.html | 10 android.view.View 74 Class android.view.<A HREF="../../../../reference/android/view/View.html" target="_top"><font size="+2"><code>View</code></font></A> 86 <A NAME="android.view.View.generateViewId_added()"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/view/View.html#generateViewId()" target="_top"><code>generateViewId</code></A>()</nobr [all...] |
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
AsmAnalyzerTest.java | 74 "mock_android.view.View", 75 "mock_android.view.ViewGroup", 76 "mock_android.view.ViewGroup$LayoutParams", 77 "mock_android.view.ViewGroup$MarginLayoutParams", 91 ClassReader cr = mAa.findClass("mock_android.view.ViewGroup$LayoutParams", 95 assertEquals("mock_android/view/ViewGroup$LayoutParams", cr.getClassName()); 96 assertArrayEquals(new String[] { "mock_android.view.ViewGroup$LayoutParams" }, 108 mAa.findGlobs("mock_android.view", zipClasses, found); 117 "mock_android.view.ViewGroup$LayoutParams" [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
AutoTextTest.java | 22 import android.view.View; 39 // New a View instance. 40 View view = new View(getContext()); local 44 actual = AutoText.get(src, 0, src.length(), view); 50 actual = AutoText.get(src, 0, src.length(), view); 59 actual = AutoText.get(src, 0, src.length() + 1, view); 67 actual = AutoText.get(src, 0, src.length() - 1, view); 85 View view = new View(getContext()); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ChronometerDemo.java | 17 package com.example.android.apis.view; 26 import android.view.View; 27 import android.view.View.OnClickListener; 61 View.OnClickListener mStartListener = new OnClickListener() { 62 public void onClick(View v) { 67 View.OnClickListener mStopListener = new OnClickListener() { 68 public void onClick(View v) { 73 View.OnClickListener mResetListener = new OnClickListener() [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
package.html | 8 {@link android.view.accessibility.AccessibilityEvent}s are sent by the system when 10 {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc. 13 {@link android.view.accessibility.AccessibilityRecord} contains information 14 about state change of its source {@link android.view.View}. When a view fires 22 {@link android.view.accessibility.AccessibilityNodeInfo} represents a node of the 24 of view of an {@link android.accessibilityservice.AccessibilityService} a window content is 26 to the view hierarchy. In other words, a custom view is free to report itself a [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
ContextMenuBuilder.java | 17 package com.android.internal.view.menu; 23 import android.view.ContextMenu; 24 import android.view.View; 27 * Implementation of the {@link android.view.ContextMenu} interface. 31 * is not a content view of a Dialog or Activity (for example, the 32 * view was added directly to the window manager) and needs to show 37 * call {@link #show(View, IBinder)} which will populate the menu 38 * with a view's context menu items and show the context menu. 62 public ContextMenu setHeaderView(View view) [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewStubTest.java | 17 package android.view; 19 import android.view.StubbedView; 25 import android.view.View; 26 import android.view.ViewStub; 42 final View stub = activity.findViewById(R.id.viewStub); 52 final View swapped = stub.inflate(); 54 assertNotNull("The inflated view is null", swapped); 63 final View swapped = stub.inflate(); 65 assertNotNull("The inflated view is null", swapped) [all...] |
ZeroSizedTest.java | 17 package android.view; 19 import android.view.ZeroSized; 24 import android.view.View; 29 * a View with a 0-sized dimension (width or height) will always have a null 33 private View mWithDimension; 34 private View mWithNoWdith; 35 private View mWithNoHeight; 36 private View mWithNoDimension; 89 private Bitmap createCacheForView(final View view) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
EventHole.java | 29 import android.view.HapticFeedbackConstants; 30 import android.view.IWindowManager; 31 import android.view.InputDevice; 32 import android.view.KeyCharacterMap; 33 import android.view.KeyEvent; 34 import android.view.MotionEvent; 35 import android.view.View; 36 import android.view.ViewConfiguration; 37 import android.view.ViewTreeObserver [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
PhoneCallDetailsViews.java | 20 import android.view.View; 30 public final View callTypeView; 36 private PhoneCallDetailsViews(TextView nameView, View callTypeView, 48 * Create a new instance by extracting the elements from the given view. 50 * The view should contain three text views with identifiers {@code R.id.name}, 54 public static PhoneCallDetailsViews fromView(View view) { 55 return new PhoneCallDetailsViews((TextView) view.findViewById(R.id.name), 56 view.findViewById(R.id.call_type) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PickerActivity.java | 20 import android.view.Menu; 21 import android.view.MenuInflater; 22 import android.view.MenuItem; 23 import android.view.View; 24 import android.view.View.OnClickListener; 25 import android.view.Window; 53 View view = findViewById(R.id.cancel) local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListAdapter.java | 23 import android.view.LayoutInflater; 24 import android.view.View; 25 import android.view.ViewGroup; 49 public void bindView(View view, Context context, Cursor cursor) { 50 if (!(view instanceof ConversationListItem)) { 51 Log.e(TAG, "Unexpected bound view: " + view); 55 ConversationListItem headerView = (ConversationListItem) view; [all...] |