HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 376 - 400 of 7837) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/src/com/android/email/activity/setup/
PolicyListPreference.java 22 import android.view.View;
41 protected void onBindView(View view) {
42 super.onBindView(view);
43 ((TextView)view.findViewById(android.R.id.summary)).setMaxLines(MAX_POLICIES);
  /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/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamVoiceAction.java 22 import android.view.View;
37 View view = new View(this); local
38 view.setBackgroundColor(Color.BLACK);
39 setContentView(view);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ViewsStateBundle.java 22 import android.view.View;
25 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify
29 * Why we "invent" another set of strategies beyond the default android view hierarchy saving
30 * mechanism? Because android strategy for saving view states has two limitations: all indirect
31 * descendant views must have a unique view id or their content will be messed together; no way of
33 * will inevitably have two descendant views with same view id, we also need save the views when
108 * Load view from states, it's none operation if the there is no state associated with the id.
110 * @param view view where loads int
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentDeletionInterface.java 4 import android.view.View.OnClickListener;
8 * attachments so that the larger attachments view can set
14 * Sets the onClickListener for the close button on the attachment view.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
KeyboardNavigationController.java 20 import android.view.KeyEvent;
29 * the conversation view.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareEventDecoder.java 19 import android.view.KeyEvent;
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebChromeClient.java 22 import android.view.View;
48 public void onProgressChanged(WebView view, int newProgress) {
49 mWrappedClient.onProgressChanged(view, newProgress);
54 public void onReceivedTitle(WebView view, String title) {
55 mWrappedClient.onReceivedTitle(view, title);
60 public void onReceivedIcon(WebView view, Bitmap icon) {
61 mWrappedClient.onReceivedIcon(view, icon);
66 public void onReceivedTouchIconUrl(WebView view, String url,
68 mWrappedClient.onReceivedTouchIconUrl(view, url, precomposed)
    [all...]
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java 20 import android.view.LayoutInflater;
21 import android.view.View;
22 import android.view.ViewGroup;
67 public View getView(int position, View convertView, ViewGroup parent) {
68 final View view; local
71 view = mLayoutInflater.inflate(mResourceId, parent, false);
73 assert view != null
    [all...]
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java 20 import android.view.LayoutInflater;
21 import android.view.View;
22 import android.view.ViewGroup;
67 public View getView(int position, View convertView, ViewGroup parent) {
68 final View view; local
71 view = mLayoutInflater.inflate(mResourceId, parent, false);
73 assert view != null
    [all...]
  /development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
MeatAdapter.java 20 import android.view.LayoutInflater;
21 import android.view.View;
22 import android.view.ViewGroup;
67 public View getView(int position, View convertView, ViewGroup parent) {
68 final View view; local
71 view = mLayoutInflater.inflate(mResourceId, parent, false);
73 assert view != null
    [all...]
  /development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java 25 import android.view.Menu;
26 import android.view.MenuItem;
27 import android.view.View;
28 import android.view.ViewGroup;
29 import android.view.animation.AccelerateInterpolator;
30 import android.view.animation.DecelerateInterpolator;
33 * This example shows how to add some life to a view during animation by deforming the shape.
74 public void onButtonClick(View view) {
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuHelper.java 7 import android.view.ContextMenu;
8 import android.view.ContextMenu.ContextMenuInfo;
9 import android.view.HapticFeedbackConstants;
10 import android.view.Menu;
11 import android.view.MenuItem;
12 import android.view.MenuItem.OnMenuItemClickListener;
13 import android.view.View;
14 import android.view.View.OnCreateContextMenuListener
59 final View view = contentViewCore.getContainerView(); local
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadViewPager.java 20 import android.support.v4.view.PagerAdapter;
21 import android.support.v4.view.ViewPager;
23 import android.view.View;
24 import android.view.ViewGroup;
45 public boolean isViewFromObject(View view, Object object) {
46 return view == object;
56 private void recursivelySetEnabled(View view, boolean enabled)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 25 import android.view.View;
26 import android.view.animation.Interpolator;
43 public static final Property<View, Integer> BACKGROUND_ALPHA =
44 new Property<View, Integer>(Integer.class, "background.alpha") {
46 public Integer get(View view) {
47 return view.getBackground().getAlpha();
51 public void set(View view, Integer value)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view_browsertest.cc 19 #include "ui/views/view.h"
43 views::View* first_view = focus_manager->GetFocusedView();
51 const views::View* view = NULL; local
52 while (view != first_view) {
54 view = focus_manager->GetFocusedView();
55 ids.push_back(view->id());
56 if (view->id() == VIEW_ID_RELOAD_BUTTON)
58 if (view->id() == VIEW_ID_APP_MENU)
60 if (view->id() == VIEW_ID_OMNIBOX
    [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/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 23 import android.view.View;
24 import android.view.ViewGroup;
25 import android.view.accessibility.AccessibilityNodeInfo;
45 * A UiElement that is backed by a View.
47 public class ViewElement extends BaseUiElement<View, ViewElement> {
49 private final View view; field in class:ViewElement.SnapshotViewAttributesRunnable
53 List<View> childViews;
56 private SnapshotViewAttributesRunnable(View view)
209 private final View view; field in class:ViewElement
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.h 23 class View;
32 // accessible view.
46 // Handle an accessibility event generated by a view.
48 views::View* view, ui::AXEvent event_type);
51 // not necessarily its own view).
76 // Call DispatchAccessibilityEvent using a view storage id.
81 // Checks the type of the view and calls one of the more specific
84 views::View* view,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 99 TestWebDialogView* view = local
104 views::Widget::CreateWindowWithParent(view, web_contents->GetNativeView());
105 view->GetWidget()->Show();
108 view->set_should_quit_on_size_change(true);
110 gfx::Rect bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
119 view->MoveContents(web_contents, set_bounds);
121 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
125 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds();
135 view->MoveContents(web_contents, set_bounds);
137 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen()
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
waterfall_view.css 6 #waterfall-view-controls {
18 #waterfall-view-time-bar-table {
26 #waterfall-view-information-table {
37 .waterfall-view-information-row {
44 .waterfall-view-url-cell {
56 .waterfall-view-id-cell {
68 .waterfall-view-table-row {
72 .waterfall-view-row {
77 .waterfall-view-row * {
82 .waterfall-view-bar-component
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 54 // Since only the original thread that created a view hierarchy can touch
59 public SlideshowPresenter(Context context, ViewInterface view, Model model) {
60 super(context, view, model);
64 if (view instanceof AdaptableSlideViewInterface) {
65 ((AdaptableSlideViewInterface) view).setOnSizeChangedListener(
78 // The ratio indicates how to reduce the source to match the View,
121 * @param view
124 protected void presentSlide(SlideViewInterface view, SlideModel model) {
125 view.reset();
129 presentRegionMedia(view, (RegionMediaModel) media, true)
271 final SlideViewInterface view = (SlideViewInterface) mView; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
CubePresentation.java 22 import android.view.Display;
23 import android.view.MotionEvent;
24 import android.view.View;
25 import android.view.View.OnTouchListener;
44 View view = getLayoutInflater().inflate(R.layout.pca_cubes, null); local
45 setContentView(view);
47 GLSurfaceView cubeView = (GLSurfaceView) view.findViewById(R.id.cube_view)
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
MeshNode.h 27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
28 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
PerspectiveMeshNode.h 28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);

Completed in 1384 milliseconds

<<11121314151617181920>>