HomeSort by relevance Sort by last modified time
    Searched full:view (Results 76 - 100 of 9936) sorted by null

1 2 34 5 6 7 8 91011>>

  /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;
22 import android.view.ViewGroup;
31 public static final String ABOUT_FRAGMENT_TAG = "view-pager-about-fragment";
32 public static final String UPDATES_FRAGMENT_TAG = "view-pager-updates-fragment";
40 * The initial value for the view count needs to be MAX_FRAGMENT_VIEW_COUNT,
43 * device, the view pager requires the second page to exist immediately on launch).
47 private View mAboutFragmentView
    [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...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CountingAdapter.java 3 import android.view.View;
4 import android.view.ViewGroup;
36 public View getView(int position, View convertView, ViewGroup parent) {
  /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...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java 24 import android.view.LayoutInflater;
25 import android.view.View;
26 import android.view.ViewGroup;
34 public View newView(Context context, ViewGroup parent);
35 public void bindView(View view, Context context, Cursor cursor);
39 * A simple view factory that inflates the views from XML and puts the display
49 public View newView(Context context, ViewGroup parent) {
55 public void bindView(View view, Context context, Cursor cursor)
68 View view = mViewFactory.newView(context, parent); local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 6 .tab-switcher-view {
10 .tab-switcher-view ul {
16 .tab-switcher-view {
22 .tab-switcher-view li {
27 html[dir=rtl] .tab-switcher-view li {
31 .tab-switcher-view a {
43 .tab-switcher-view a:hover {
48 .tab-switcher-view a:visited,
49 .tab-switcher-view a {
53 .tab-switcher-view .selected
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
previewable_contents_controller.h 15 // the notion of an "active" view vs. a "preview" tab contents view.
17 // The "active" view is a container view that can be retrieved using
22 // preview is set, the active view is hidden (but stays in the view hierarchy).
23 // When the preview is removed, the active view is reshown.
26 // Container view for the "active" contents.
35 // Sets the current preview and installs its TabContentsView into the view
36 // hierarchy. Hides the active view. |preview| must not be NULL
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockScreenWidgetCallback.java 19 import android.view.View;
25 // Sends a message to lock screen requesting the given view be shown. May be ignored, depending
26 // on lock screen state. View must be the top-level lock screen widget or it will be ignored.
27 public void requestShow(View self);
29 // Sends a message to lock screen requesting the view to be hidden.
30 public void requestHide(View self);
32 // Whether or not this view is currently visible on LockScreen
33 public boolean isVisible(View self);
36 // exclusively in response to user activity, i.e. user hits a button in the view
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 22 import android.view.Gravity;
23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.View.OnClickListener;
26 import android.view.ViewGroup;
39 private View mView;
61 public View onCreateView(
93 // The view hasn't been inflated yet
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/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.fitsSystemWindows_removed()"></A>
101 <A NAME="android.view.View.addChildrenForAccessibility_added(java.util.ArrayList<android.view.View>)"></A
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
TimePickerModifier.java 19 import android.view.View;
25 public View modifyView(View view) {
26 TimePicker timePicker = (TimePicker) view;
30 return view;
ViewPressedModifier.java 19 import android.view.View;
24 public View modifyView(View view) {
25 view.setPressed(true);
26 return view;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestSubMenu.java 1 package com.xtremelabs.robolectric.tester.android.view;
4 import android.view.MenuItem;
5 import android.view.SubMenu;
6 import android.view.View;
31 public SubMenu setHeaderView(View view) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsCallback.java 19 import android.view.View;
27 void handleOnClick(View selectedView);
28 void handleSwipe(View selectedView);
29 void handleLongPress(View selectedView, View anchorView, View thumbnailView);
  /packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java 23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.ViewGroup;
26 import android.view.animation.Animation;
27 import android.view.animation.AnimationUtils;
39 private View mDialogRootLayout;
41 private View mRotateDialogTitleLayout;
42 private View mRotateDialogButtonLayout;
60 View v = inflater.inflate(mLayoutResourceID, layoutRoot)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion8-expected-completion41.txt 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
completion8-expected-completion43.txt 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 20 import android.view.View;
21 import android.view.ViewGroup;
22 import android.view.LayoutInflater;
40 public abstract void bindView(View view, E item);
62 public View getView(int position, View convertView, ViewGroup parent) {
63 View view; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Visibility1.java 17 package com.example.android.apis.view;
25 import android.view.View;
26 import android.view.View.OnClickListener;
31 * Demonstrates making a view VISIBLE, INVISIBLE and GONE
36 private View mVictim;
43 // Find the view whose visibility will change
58 public void onClick(View v) {
59 mVictim.setVisibility(View.VISIBLE)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
l10n_util.mm 24 NSSize WrapOrSizeToFit(NSView* view) {
25 if ([view isKindOfClass:[NSTextField class]]) {
26 NSTextField* textField = static_cast<NSTextField*>(view);
33 if ([view isKindOfClass:[NSMatrix class]]) {
34 NSMatrix* radioGroup = static_cast<NSMatrix*>(view);
36 return [GTMUILocalizerAndLayoutTweaker sizeToFitView:view];
38 if ([view isKindOfClass:[NSButton class]]) {
39 NSButton* button = static_cast<NSButton*>(view);
45 return [GTMUILocalizerAndLayoutTweaker sizeToFitView:view];
48 return [GTMUILocalizerAndLayoutTweaker sizeToFitView:view];
    [all...]
  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 17 package android.view;
20 * Constants to be used to play sound effects via {@link View#playSoundEffect(int)}
35 * @param direction One of {@link View#FOCUS_UP}, {@link View#FOCUS_DOWN},
36 * {@link View#FOCUS_LEFT}, {@link View#FOCUS_RIGHT}, {@link View#FOCUS_FORWARD}
37 * or {@link View#FOCUS_BACKWARD}
43 case View.FOCUS_RIGHT:
45 case View.FOCUS_FORWARD
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfTwoFocusableInTouchMode.java 23 import android.view.View;
27 private View mButton1;
28 private View mButton2;
29 private View mButton3;
49 mButton1.setOnClickListener(new View.OnClickListener() {
50 public void onClick(View v) {
55 mButton2.setOnClickListener(new View.OnClickListener() {
56 public void onClick(View v) {
61 mButton3.setOnClickListener(new View.OnClickListener()
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
42 public View getView(int position, View convertView, ViewGroup parent) {
50 private View newView() {
54 private static void bindView(View view, RecipientEntry entry) {
55 TextView display = (TextView) view.findViewById(android.R.id.title)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
CollapsibleActionView.java 17 package android.support.v7.view;
19 import android.support.v4.view.MenuItemCompat.OnActionExpandListener;
22 * When a {@link android.view.View} implements this interface it will receive callbacks when expanded or
23 * collapsed as an action view alongside the optional, app-specified callbacks to {@link
26 * <p>See {@link android.support.v4.internal.view.SupportMenuItem} for more information about action views.
32 * Called when this view is expanded as an action view. See {@link
33 * android.support.v4.view.MenuItemCompat#expandActionView(android.view.MenuItem)}
    [all...]

Completed in 519 milliseconds

1 2 34 5 6 7 8 91011>>