Searched defs:view (Results 201 - 225 of 386) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DViewStub.java17 package android.view;
34 * Therefore, the ViewStub exists in the view hierarchy until {@link #setVisibility(int)} or
120 * Returns the id taken by the inflated view. If the inflated id is
121 * {@link View#NO_ID}, the inflated view keeps its original id.
123 * @return A positive integer used to identify the inflated view or
124 * {@link #NO_ID} if the inflated view should keep its id.
134 * Defines the id taken by the inflated view. If the inflated id is
135 * {@link View#NO_ID}, the inflated view keeps its original id.
137 * @param inflatedId A positive integer used to identify the inflated view or
138 * {@link #NO_ID} if the inflated view shoul
[all...]
H A DMenuItem.java17 package android.view;
22 import android.view.ContextMenu.ContextMenuInfo;
23 import android.view.View.OnCreateContextMenuListener;
28 * An Item is returned by calling one of the {@link android.view.Menu#add}
62 * This item's action view collapses to a normal menu item.
63 * When expanded, the action view temporarily takes over
485 * Set an action view for this menu item. An action view will be displayed in place
489 * <strong>Note:</strong> Setting an action view overrides the action provider
493 * @param view Vie
498 setActionView(View view) argument
[all...]
H A DWindowManagerImpl.java17 package android.view;
28 import android.view.inputmethod.InputMethodManager;
139 public void addView(View view, android.view.ViewGroup.LayoutParams params) { argument
140 mWindowManager.addView(view, params, mCompatibilityInfo);
144 public void updateViewLayout(View view, android.view.ViewGroup.LayoutParams params) { argument
145 mWindowManager.updateViewLayout(view, params);
150 public void removeView(View view) { argument
151 mWindowManager.removeView(view);
160 removeViewImmediate(View view) argument
205 addView(View view) argument
210 addView(View view, ViewGroup.LayoutParams params) argument
214 addView(View view, ViewGroup.LayoutParams params, CompatibilityInfoHolder cih) argument
218 addView(View view, ViewGroup.LayoutParams params, CompatibilityInfoHolder cih, boolean nest) argument
304 updateViewLayout(View view, ViewGroup.LayoutParams params) argument
322 removeView(View view) argument
335 removeViewImmediate(View view) argument
374 finishRemoveViewLocked(View view, int index) argument
539 getRootViewLayoutParameter(View view) argument
578 findViewLocked(View view, boolean required) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java17 package android.view.animation;
H A DTranslateAnimation.java17 package android.view.animation;
25 * {@link android.view.animation full package} description for details and
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java17 package android.view.inputmethod;
51 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
65 public static final String SERVICE_INTERFACE = "android.view.InputMethod";
74 public static final String SERVICE_META_DATA = "android.view.im";
170 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}.
H A DInputMethodSession.java17 package android.view.inputmethod;
21 import android.view.KeyEvent;
22 import android.view.MotionEvent;
66 * This method is called when the user tapped a text view.
70 * @param focusChanged true if the user changed the focused view by this click.
121 * @see android.view.KeyEvent
136 * @see android.view.MotionEvent
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java17 package android.view.textservice;
H A DSpellCheckerSubtype.java17 package android.view.textservice;
H A DSuggestionsInfo.java17 package android.view.textservice;
/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java22 import android.view.View;
32 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
34 * returned value is false and the view to bind is a TextView,
36 * is false and the view to bind is an ImageView,
117 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
119 * returned value is false and the view to bind is a TextView,
121 * false and the view to bind is an ImageView,
127 * @see android.widget.CursorAdapter#bindView(android.view.View,
135 public void bindView(View view, Context context, Cursor cursor) { argument
142 final View v = view
404 setViewValue(View view, Cursor cursor, int columnIndex) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuPresenter.java16 package com.android.internal.view.menu;
18 import com.android.internal.view.menu.MenuView.ItemView;
24 import android.view.ContextThemeWrapper;
25 import android.view.MenuItem;
26 import android.view.View;
27 import android.view.ViewGroup;
59 final IconMenuItemView view = (IconMenuItemView) itemView;
60 view.setItemData(item);
62 view.initialize(item.getTitleForItemView(view), ite
[all...]
H A DMenuPresenter.java17 package com.android.internal.view.menu;
21 import android.view.Menu;
22 import android.view.ViewGroup;
57 * @param context Context for this presenter; used for view creation and resource management
113 * Called when a menu item with a collapsable action view should expand its action view.
117 * @return true if this presenter expanded the action view, false otherwise.
122 * Called when a menu item with a collapsable action view should collapse its action view.
126 * @return true if this presenter collapsed the action view, fals
[all...]
H A DListMenuPresenter.java17 package com.android.internal.view.menu;
24 import android.view.ContextThemeWrapper;
25 import android.view.LayoutInflater;
26 import android.view.View;
27 import android.view.ViewGroup;
162 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
H A DMenuPopupHelper.java17 package com.android.internal.view.menu;
23 import android.view.KeyEvent;
24 import android.view.LayoutInflater;
25 import android.view.MenuItem;
26 import android.view.View;
27 import android.view.View.MeasureSpec;
28 import android.view.ViewGroup;
29 import android.view.ViewTreeObserver;
40 * Presents a menu as a small, simple popup anchored to another view.
154 public void onItemClick(AdapterView<?> parent, View view, in argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DCamera.cpp9 Sk3DView* view = new Sk3DView; local
10 env->SetIntField(obj, gNativeInstanceFieldID, (int)view);
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java17 package com.android.frameworktest.view;
23 import android.view.MotionEvent;
24 import android.view.VelocityTracker;
25 import android.view.animation.AccelerateInterpolator;
26 import android.view.animation.DecelerateInterpolator;
27 import android.view.animation.Interpolator;
28 import android.view.animation.LinearInterpolator;
31 * Exercises {@link android.view.VelocityTracker} to compute correct velocity.<br>
33 * <code>./development/testrunner/runtest.py framework -c com.android.frameworktest.view.VelocityTest</code>
45 * Test that {@link android.view
[all...]
/frameworks/base/core/tests/coretests/src/android/view/menu/
H A DMenuScenario.java17 package android.view.menu;
23 import android.view.Menu;
24 import android.view.MenuItem;
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java31 import android.view.LayoutInflater;
32 import android.view.View;
145 private View scrollWrap(View view) { argument
147 scroller.addView(view, new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT,
168 View view = new View(this);
172 view.setBackgroundDrawable(d);
174 view.setLayoutParams(new LinearLayout.LayoutParams(d.getIntrinsicWidth(),
176 layout.addView(view);
180 View view = new View(this);
183 view
[all...]
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackGraphs.java39 private static double viewportCoverage(TileData view, TileData tile) { argument
40 if (tile.left < view.right
41 && tile.right >= view.left
42 && tile.top < view.bottom
43 && tile.bottom >= view.top) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java27 import android.view.LayoutInflater;
28 import android.view.View;
29 import android.view.ViewGroup;
161 public void bindView(View view, Context context, Cursor cursor) { argument
164 TextView display = (TextView) view.findViewById(android.R.id.title);
165 ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
178 TextView destination = (TextView) view.findViewById(android.R.id.text1);
181 TextView destinationType = (TextView) view.findViewById(android.R.id.text2);
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DCompositeCursorAdapterTest.java23 import android.view.View;
24 import android.view.ViewGroup;
52 protected void bindHeaderView(View view, int partition, Cursor cursor) { argument
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java24 import android.support.v4.view.PagerAdapter;
26 import android.view.View;
27 import android.view.ViewGroup;
30 * Implementation of {@link android.support.v4.view.PagerAdapter} that
37 * view hierarchy may be destroyed when not visible. This can result in using
148 public boolean isViewFromObject(View view, Object object) { argument
149 return ((Fragment)object).getView() == view;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java20 import android.support.v4.view.PagerAdapter;
22 import android.view.View;
23 import android.view.ViewGroup;
26 * Implementation of {@link android.support.v4.view.PagerAdapter} that
33 * view hierarchy may be destroyed when not visible. This can result in using
144 public boolean isViewFromObject(View view, Object object) { argument
145 return ((Fragment)object).getView() == view;
/frameworks/support/v4/java/android/support/v4/view/
H A DAccessibilityDelegateCompat.java17 package android.support.v4.view;
20 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
21 import android.view.View;
22 import android.view.ViewGroup;
23 import android.view.accessibility.AccessibilityEvent;
318 * Initializes an {@link AccessibilityNodeInfoCompat} with information about the host view.

Completed in 363 milliseconds

1234567891011>>