HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 126 - 150 of 6090) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
DialogBuilder.java 20 import android.view.View;
30 Dialog buildDialog(View view);
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationController_AnimationParametersTest.java 17 package android.view.animation.cts;
21 import android.view.animation.LayoutAnimationController;
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_host_impl_view.css 6 .lthi-s-view {
11 .lthi-s-view > layer-picker {
15 .lthi-s-view > x-drag-handle {
19 .lthi-s-view > layer-viewer {
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
generic_object_view.css 6 x-generic-object-view {
  /external/chromium-trace/trace-viewer/src/ui/
list_and_associated_view.css 6 x-list-and-associated-view {
11 x-list-and-associated-view > .x-list-view {
15 x-list-and-associated-view > :nth-child(2) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoViewClient.java 7 import android.view.View;
17 * The implementer is responsible for displaying the Android view when
18 * {@link #onShowCustomView(View)} is called.
22 * Called when the video view is ready to be shown. Must be implemented.
23 * @param view The view to show.
25 public void onShowCustomView(View view);
28 * Called when it's time to destroy the video view. Must be implemented
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_sampler.h 43 u_sampler_view_default_template(struct pipe_sampler_view *view,
48 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ViewAndroidDelegate.java 7 import android.view.View;
10 * Interface to acquire and release anchor views from the implementing View.
15 * @return An anchor view that can be used to anchor decoration views like Autofill popup.
17 View acquireAnchorView();
20 * Set the anchor view to specified position and width (all units in dp).
21 * @param view The anchor view that needs to be positioned.
22 * @param x X coordinate of the top left corner of the anchor view.
23 * @param y Y coordinate of the top left corner of the anchor view
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_util_win.cc 11 HWND HWNDForView(const View* view) {
12 return view->GetWidget() ? HWNDForWidget(view->GetWidget()) : NULL;
20 HWND HWNDForNativeView(const gfx::NativeView view) {
21 return view;
28 gfx::Rect GetWindowBoundsForClientBounds(View* view,
30 DCHECK(view);
31 HWND hwnd = view->GetWidget()->GetNativeWindow()
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_sampler.h 43 u_sampler_view_default_template(struct pipe_sampler_view *view,
48 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestOnLongClickListener.java 3 import android.view.View;
5 public class TestOnLongClickListener implements View.OnLongClickListener {
9 public boolean onLongClick(View view) {
  /frameworks/base/core/java/android/view/
IApplicationToken.aidl 1 /* //device/java/android/android/view/IApplicationToken.aidl
18 package android.view;
IWindowFocusObserver.aidl 16 package android.view;
  /frameworks/base/core/java/android/widget/
HeterogeneousExpandableList.java 19 import android.view.View;
20 import android.view.ViewGroup;
24 * {@link ExpandableListAdapter} take advantage of the {@link Adapter} view type
27 * An {@link ExpandableListAdapter} declares it has one view type for its group items
28 * and one view type for its child items. Although adapted for most {@link ExpandableListView}s,
33 * {@link android.widget.ExpandableListAdapter#getGroupView(int, boolean, View, ViewGroup)}
35 * {@link android.widget.ExpandableListAdapter#getChildView(int, int, boolean, View, ViewGroup)}
41 * Get the type of group View that will be created by
42 * {@link android.widget.ExpandableListAdapter#getGroupView(int, boolean, View, ViewGroup)
    [all...]
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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
RecentsComponent.java 19 import android.view.Display;
20 import android.view.View;
23 void toggleRecents(Display display, int layoutDirection, View statusBarView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
OnSizeChangedListener.java 19 import android.view.View;
22 void onSizeChanged(View view, int w, int h, int oldw, int oldh);
  /frameworks/support/v4/gingerbread/android/support/v4/view/
ViewCompatGingerbread.java 17 package android.support.v4.view;
19 import android.view.View;
22 public static int getOverScrollMode(View v) {
26 public static void setOverScrollMode(View v, int mode) {
  /frameworks/support/v4/honeycomb/android/support/v4/view/
ViewGroupCompatHC.java 18 package android.support.v4.view;
20 import android.view.ViewGroup;
  /frameworks/support/v4/java/android/support/v4/internal/view/
SupportMenu.java 17 package android.support.v4.internal.view;
25 * @see android.view.Menu
28 public interface SupportMenu extends android.view.Menu {
  /frameworks/support/v4/java/android/support/v4/view/
MenuCompat.java 17 package android.support.v4.view;
19 import android.view.MenuItem;
22 * Helper for accessing features in {@link android.view.Menu}
  /frameworks/support/v4/jellybean-mr2/android/support/v4/view/
ViewGroupCompatJellybeanMR2.java 18 package android.support.v4.view;
20 import android.view.ViewGroup;
  /packages/apps/Browser/src/com/android/browser/
OptionsMenuHandler.java 19 import android.view.Menu;
20 import android.view.MenuItem;
  /packages/apps/Contacts/src/com/android/contacts/widget/
ContextMenuAdapter.java 18 import android.view.MenuItem;
19 import android.view.View;
24 public interface ContextMenuAdapter extends View.OnCreateContextMenuListener {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmListeners.java 19 import android.view.View;
24 public static class DigitalClockClickListener implements View.OnClickListener {
33 public void onClick(View view) {

Completed in 1463 milliseconds

1 2 3 4 56 7 8 91011>>