HomeSort by relevance Sort by last modified time
    Searched full:view (Results 26 - 50 of 7759) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.h 20 class View;
29 // accessible view.
40 // Internal information about a particular view to override the
41 // information we get directly from the view.
45 // If nonempty, will use this name instead of the view's label.
55 // Handle an accessibility event generated by a view.
57 views::View* view, ui::AccessibilityTypes::Event event_type);
60 // not necessarily its own view).
76 // Checks the type of the view and calls one of the more specifi
    [all...]
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
DialogModifier.java 21 import android.view.View;
22 import android.view.ViewGroup;
26 * parent view group.
37 public View modifyView(View view) {
38 Dialog dialog = mBuilder.buildDialog(view);
40 ViewGroup parent = (ViewGroup) view.getParent();
41 parent.removeView(view); // remove the filler vie
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_MeasureSpecTest.java 17 package android.view.cts;
20 import android.view.View;
21 import android.view.View.MeasureSpec;
30 @TestTargetClass(View.MeasureSpec.class)
41 mUnspecifiedMeasureSpec = View.MeasureSpec.makeMeasureSpec(MEASURE_SPEC_SIZE,
42 View.MeasureSpec.UNSPECIFIED);
43 mExactlyMeasureSpec = View.MeasureSpec.makeMeasureSpec(MEASURE_SPEC_SIZE,
44 View.MeasureSpec.EXACTLY)
    [all...]
  /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/apps/Contacts/src/com/android/contacts/detail/
ContactDetailViewPagerAdapter.java 19 import android.support.v4.view.PagerAdapter;
20 import android.support.v4.view.ViewPager;
21 import android.view.View;
30 public static final String ABOUT_FRAGMENT_TAG = "view-pager-about-fragment";
31 public static final String UPDTES_FRAGMENT_TAG = "view-pager-updates-fragment";
39 * The initial value for the view count needs to be MAX_FRAGMENT_VIEW_COUNT,
42 * device, the view pager requires the second page to exist immediately on launch).
46 private View mAboutFragmentView;
47 private View mUpdatesFragmentView
    [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];
protocol-rewrite-1.m 20 + (MyWidget *)elementForView:(Foo *)view;
33 + (MyWidget *)elementForView:(Foo *)view
37 widget = [(id <MyProto>)view widget];
44 id view;
45 MyWidget *w = [Container elementForView: view];
  /external/webkit/LayoutTests/storage/indexeddb/
tutorial-expected.txt 1 Please view source for more information on what this is doing and why...
  /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) {
  /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...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogListItemViews.java 23 import android.view.View;
34 /** The primary action view of the entry. */
35 public final View primaryActionView;
39 public final View dividerView;
45 public final View bottomDivider;
47 private CallLogListItemViews(QuickContactBadge quickContactView, View primaryActionView,
48 ImageView secondaryActionView, View dividerView,
50 TextView listHeaderTextView, View bottomDivider) {
60 public static CallLogListItemViews fromView(View view)
    [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
94 // Cache to save Coordinates based on view width
252 View view = LayoutInflater.from(context).inflate(getLayoutId(mode), null); local
    [all...]
  /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
219 DayView view = (DayView) mViewSwitcher.getCurrentView(); local
230 DayView view = (DayView) mViewSwitcher.getCurrentView(); local
239 DayView view = (DayView) mViewSwitcher.getCurrentView(); local
244 DayView view = (DayView) mViewSwitcher.getCurrentView(); local
249 DayView view = (DayView) mViewSwitcher.getCurrentView(); local
    [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...]
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 22 import android.view.KeyEvent;
46 public boolean shouldOverrideUrlLoading(WebView view, String url) {
47 return mWrappedClient.shouldOverrideUrlLoading(view, url);
52 public void onPageStarted(WebView view, String url, Bitmap favicon) {
53 mWrappedClient.onPageStarted(view, url, favicon);
58 public void onPageFinished(WebView view, String url) {
59 mWrappedClient.onPageFinished(view, url);
64 public void onLoadResource(WebView view, String url) {
65 mWrappedClient.onLoadResource(view, url);
71 public void onTooManyRedirects(WebView view, Message cancelMsg
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/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.canScrollHorizontally_added(int)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#canScrollHorizontally(int)" target="_top"><code>canScrollHorizontally</code></A>(<code>int</c (…)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallback.java 17 package android.view;
27 import android.view.View;
31 * Exercise View's ability to change their visibility: GONE, INVISIBLE and
44 // Find the view whose visibility will change
59 View.OnClickListener mVisibleListener = new View.OnClickListener() {
60 public void onClick(View v) {
61 mVictim.setVisibility(View.VISIBLE);
65 View.OnClickListener mInvisibleListener = new View.OnClickListener()
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/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.addOnLayoutChangeListener_added(android.view.View.OnLayoutChangeListener)"></A
    [all...]

Completed in 868 milliseconds

12 3 4 5 6 7 8 91011>>