/frameworks/base/docs/html/sdk/api_diff/12/ |
missingSinces.txt | 3 NO DOC BLOCK: android.view.View.OnAttachStateChangeListener Interface 4 NO DOC BLOCK: android.view.View.OnGenericMotionListener Interface 5 NO DOC BLOCK: android.view.ViewPropertyAnimator Class 9 NO DOC BLOCK: android.view.MotionEvent.PointerCoords Constructor (android.view.MotionEvent.PointerCoords) 11 NO DOC BLOCK: android.view.View Method addOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener [all...] |
/frameworks/base/tests/FrameworkPerf/res/layout/ |
view_layout.xml | 19 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 20 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 21 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 22 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 23 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 24 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 25 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 26 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 27 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /> 28 <View android:layout_width="wrap_content" android:layout_height="wrap_content" / [all...] |
/packages/wallpapers/MagicSmoke/ |
proguard.flags | 6 public void setLiveWallpaper(android.view.View);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
animator1-expected-completion60.txt | 2 scaleX : scale of the view in the x direction. 3 scaleY : scale of the view in the y direction.
|
/external/clang/test/Rewriter/ |
static-type-protocol-1.m | 22 Foo *view; 23 [(Foo <MyProto> *)view StillMode]; 24 [(Foo <MyProto> *)view widget]; 25 [(Foo <MyProto> *)view ProtoDidget];
|
/external/webkit/LayoutTests/storage/indexeddb/ |
tutorial-expected.txt | 1 Please view source for more information on what this is doing and why...
|
/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...] |
ViewGroupOverlay.java | 16 package android.view; 23 * (the "host view") which is drawn after all other content in that view 24 * (including the view group's children). Interaction with the overlay 35 ViewGroupOverlay(Context context, View hostView) { 40 * Adds a View to the overlay. The bounds of the added view should be 41 * relative to the host view. Any view added to the overlay should be 49 * <p>If the view has a parent, the view will be removed from that paren [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
InputViewManager.java | 19 import android.view.View; 21 import android.view.inputmethod.EditorInfo; 24 * The interface of input view manager used by OpenWnn. 30 * Initialize the input view. 36 * @return The input view created in the initialize process; {@code null} if cannot create a input view. 38 public View initView(OpenWnn parent, int width, int height); 41 * Get the input view being used currently. 43 * @return The input view; {@code null} if no input view is used currently [all...] |
/external/chromium/chrome/browser/renderer_host/ |
accelerated_plugin_view_mac_unittest.mm | 51 AcceleratedPluginView* view = [[[AcceleratedPluginView alloc] 54 return view; 65 AcceleratedPluginView* view = StubAcceleratedPluginView(); 70 [[window contentView] addSubview:view]; 73 [view removeFromSuperview]; 78 AcceleratedPluginView* view = StubAcceleratedPluginView(); 85 [[window1 contentView] addSubview:view]; 89 [[window2 contentView] addSubview:view]; 95 AcceleratedPluginView* view = StubAcceleratedPluginView(); 96 [view setHidden:YES] [all...] |
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
AccessoryController.java | 4 import android.view.View; 14 protected View findViewById(int id) {
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
DemoLaunchAdapter.java | 4 import android.view.LayoutInflater; 5 import android.view.View; 6 import android.view.View.OnClickListener; 7 import android.view.ViewGroup; 13 * The view adapter which gets a list of LaunchEntries and displaqs them 41 public View getView(int position, View convertView, ViewGroup viewGroup) { 58 public void onClick(View view) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
GalleryTest.java | 3 import android.view.KeyEvent; 4 import android.view.View; 34 assertThat((Gallery) listener.view, sameInstance(gallery)); 42 assertThat((Gallery)listener.view, sameInstance(gallery)); 46 private static class TestOnKeyListener implements View.OnKeyListener { 47 View view; field in class:GalleryTest.TestOnKeyListener 52 public boolean onKey(View view, int keyCode, KeyEvent event) [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
RootViewSurfaceTaker.java | 1 package com.android.internal.view; 3 import android.view.InputQueue; 4 import android.view.SurfaceHolder;
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
BigEditTextActivityNonScrollablePanScan.java | 23 import android.view.View; 24 import android.view.ViewGroup; 25 import android.view.WindowManager; 30 private View mRootView; 31 private View mDefaultFocusedView; 45 View view = getLayoutInflater().inflate( local 48 ((LinearLayout) mRootView).addView(view); 50 mDefaultFocusedView = view.findViewById(R.id.data) [all...] |
BigEditTextActivityNonScrollableResize.java | 23 import android.view.View; 24 import android.view.ViewGroup; 25 import android.view.WindowManager; 30 private View mRootView; 31 private View mDefaultFocusedView; 45 View view = getLayoutInflater().inflate( local 48 ((LinearLayout) mRootView).addView(view); 50 mDefaultFocusedView = view.findViewById(R.id.data) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/ |
WindowManagerImpl.java | 16 package com.android.layoutlib.bridge.android.view; 19 import android.view.Display; 20 import android.view.DisplayInfo; 21 import android.view.View; 22 import android.view.WindowManager; 45 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { 50 public void removeView(View arg0) { 55 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
SchedulingUtils.java | 19 import android.view.View; 20 import android.view.ViewTreeObserver.OnDrawListener; 21 import android.view.ViewTreeObserver.OnGlobalLayoutListener; 28 public static void doAfterLayout(final View view, final Runnable runnable) { 33 view.getViewTreeObserver().removeOnGlobalLayoutListener(this); 37 view.getViewTreeObserver().addOnGlobalLayoutListener(listener); 41 public static void doAfterDraw(final View view, final Runnable runnable) [all...] |
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/ |
MyView.java | 4 import android.view.View; 6 public class MyView extends View {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ToastTest.java | 29 import android.view.Gravity; 30 import android.view.View; 31 import android.view.ViewTreeObserver; 32 import android.view.WindowManager; 76 private void assertShowToast(final View view) { 80 return null != view.getParent(); 85 private void assertShowAndHide(final View view) { 124 final View view = mToast.getView(); local 162 final View view = mToast.getView(); local 211 View view = mToast.getView(); local 239 View view = mToast.getView(); local [all...] |
/external/robolectric/lib/main/ |
android-support-v4.jar | |
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogListItemViews.java | 20 import android.view.View; 35 /** The primary action view of the entry. */ 36 public final View primaryActionView; 40 public final View dividerView; 46 public final View bottomDivider; 48 private CallLogListItemViews(QuickContactBadge quickContactView, View primaryActionView, 49 ImageView secondaryActionView, View dividerView, 51 TextView listHeaderTextView, View bottomDivider) { 61 public static CallLogListItemViews fromView(View view) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowListView.java | 7 import android.view.View; 21 private List<View> headerViews = new ArrayList<View>(); 22 private List<View> footerViews = new ArrayList<View>(); 29 public View findViewById(int id) { 30 View child = super.findViewById(id); 41 private View findView(List<View> views, int viewId) [all...] |
/packages/apps/Browser/tests/src/com/android/browser/ |
TestWebViewClient.java | 22 import android.view.KeyEvent; 47 public boolean shouldOverrideUrlLoading(WebView view, String url) { 48 return mWrappedClient.shouldOverrideUrlLoading(view, url); 53 public void onPageStarted(WebView view, String url, Bitmap favicon) { 54 mWrappedClient.onPageStarted(view, url, favicon); 59 public void onPageFinished(WebView view, String url) { 60 mWrappedClient.onPageFinished(view, url); 65 public void onLoadResource(WebView view, String url) { 66 mWrappedClient.onLoadResource(view, url); 72 public void onTooManyRedirects(WebView view, Message cancelMsg [all...] |
/frameworks/base/core/java/android/widget/ |
SpinnerAdapter.java | 19 import android.view.View; 20 import android.view.ViewGroup; 30 * <p>Get a {@link android.view.View} that displays in the drop down popup 33 * @param position index of the item whose view we want. 34 * @param convertView the old view to reuse, if possible. Note: You should 35 * check that this view is non-null and of an appropriate type before 36 * using. If it is not possible to convert this view to display the 37 * correct data, this method can create a new view [all...] |