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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/textservice/
SentenceSuggestionsInfo.aidl 17 package android.view.textservice;
SpellCheckerInfo.aidl 17 package android.view.textservice;
SpellCheckerSubtype.aidl 17 package android.view.textservice;
SuggestionsInfo.aidl 17 package android.view.textservice;
TextInfo.aidl 17 package android.view.textservice;
  /frameworks/support/v4/java/android/support/v4/internal/view/
SupportSubMenu.java 17 package android.support.v4.internal.view;
25 * @see android.view.SubMenu
28 public interface SupportSubMenu extends SupportMenu, android.view.SubMenu {
  /external/chromium-trace/trace-viewer/src/ui/
quad_view.css 6 quad-view {
10 quad-view,
11 quad-view > * {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableItemView.java 20 import android.view.View;
40 public static SwipeableView from(View view) {
41 view.setClickable(true);
42 return new SwipeableView(view);
45 private final View mView;
46 private SwipeableView(View view) {
47 mView = view;
    [all...]
  /frameworks/support/v4/api21/android/support/v4/view/
ViewCompatApi21.java 17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.WindowInsets;
24 public static void setTransitionName(View view, String transitionName) {
25 view.setTransitionName(transitionName);
28 public static String getTransitionName(View view) {
29 return view.getTransitionName()
    [all...]
  /external/chromium_org/mojo/services/view_manager/
access_policy.h 23 // |view| arguments are non-null unless otherwise stated (eg CanSetView() is
24 // allowed to take a NULL view).
25 virtual bool CanRemoveViewFromParent(const ServerView* view) const = 0;
28 virtual bool CanReorderView(const ServerView* view,
31 virtual bool CanDeleteView(const ServerView* view) const = 0;
32 virtual bool CanGetViewTree(const ServerView* view) const = 0;
33 // Used when building a view tree (GetViewTree()) to decide if we should
34 // descend into |view|.
35 virtual bool CanDescendIntoViewForViewTree(const ServerView* view) const = 0;
36 virtual bool CanEmbed(const ServerView* view) const = 0
    [all...]
default_access_policy.cc 23 const ServerView* view) const {
24 if (!WasCreatedByThisConnection(view))
27 return IsViewInRoots(view->parent()) ||
28 WasCreatedByThisConnection(view->parent());
39 bool DefaultAccessPolicy::CanReorderView(const ServerView* view,
42 return WasCreatedByThisConnection(view) &&
46 bool DefaultAccessPolicy::CanDeleteView(const ServerView* view) const {
47 return WasCreatedByThisConnection(view);
50 bool DefaultAccessPolicy::CanGetViewTree(const ServerView* view) const {
51 return WasCreatedByThisConnection(view) || IsViewInRoots(view)
    [all...]
window_manager_access_policy.cc 27 const ServerView* view) const {
36 bool WindowManagerAccessPolicy::CanReorderView(const ServerView* view,
42 bool WindowManagerAccessPolicy::CanDeleteView(const ServerView* view) const {
43 return view->id().connection_id == connection_id_;
46 bool WindowManagerAccessPolicy::CanGetViewTree(const ServerView* view) const {
51 const ServerView* view) const {
55 bool WindowManagerAccessPolicy::CanEmbed(const ServerView* view) const {
56 return view->id().connection_id == connection_id_;
60 const ServerView* view) const {
61 return view->id().connection_id == connection_id_
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/view/
ViewPropertyAnimatorCompatJB.java 16 package android.support.v4.view;
20 import android.view.View;
24 public static void withStartAction(View view, Runnable runnable) {
25 view.animate().withStartAction(runnable);
28 public static void withEndAction(View view, Runnable runnable) {
29 view.animate().withEndAction(runnable);
32 public static void withLayer(View view)
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 17 package android.support.v4.view;
27 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
28 import android.support.v4.view.accessibility.AccessibilityNodeProviderCompat;
30 import android.view.View;
31 import android.view.ViewGroup;
32 import android.view.ViewParent;
33 import android.view.accessibility.AccessibilityEvent;
42 * Helper for accessing features in {@link View} introduced after API
55 * Always allow a user to over-scroll this view, provided it is
    [all...]
ViewPropertyAnimatorListenerAdapter.java 17 package android.support.v4.view;
19 import android.view.View;
33 public void onAnimationStart(View view) {
40 public void onAnimationEnd(View view) {
47 public void onAnimationCancel(View view) {
ViewPropertyAnimatorCompat.java 16 package android.support.v4.view;
18 import android.view.View;
19 import android.view.animation.Interpolator;
26 private WeakReference<View> mView;
35 ViewPropertyAnimatorCompat(View view) {
36 mView = new WeakReference<View>(view);
40 public void setDuration(ViewPropertyAnimatorCompat vpa, View view, long value)
303 final View view = mViewRef.get(); local
625 View view; local
642 View view; local
659 View view; local
676 View view; local
693 View view; local
728 View view; local
746 View view; local
765 View view; local
780 View view; local
799 View view; local
817 View view; local
835 View view; local
852 View view; local
869 View view; local
886 View view; local
903 View view; local
920 View view; local
937 View view; local
954 View view; local
971 View view; local
988 View view; local
999 View view; local
1015 View view; local
1032 View view; local
1049 View view; local
1066 View view; local
1083 View view; local
1100 View view; local
1117 View view; local
1154 View view; local
1179 View view; local
1197 View view; local
1216 View view; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_icon_view_browsertest.cc 25 virtual ManagePasswordsIconView* view() OVERRIDE {
38 EXPECT_EQ(password_manager::ui::INACTIVE_STATE, view()->state());
39 EXPECT_FALSE(view()->visible());
40 EXPECT_EQ(0, view()->icon_id());
41 EXPECT_EQ(0, view()->tooltip_text_id());
42 view()->SetActive(true);
43 EXPECT_EQ(0, view()->icon_id());
44 view()->SetActive(false);
45 EXPECT_EQ(0, view()->icon_id());
50 EXPECT_EQ(password_manager::ui::PENDING_PASSWORD_STATE, view()->state())
    [all...]
  /frameworks/base/core/java/android/view/
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...]
IInputFilter.aidl 17 package android.view;
19 import android.view.IInputFilterHost;
20 import android.view.InputEvent;
  /frameworks/support/v4/kitkat/android/support/v4/view/
ViewPropertyAnimatorCompatKK.java 16 package android.support.v4.view;
19 import android.view.View;
23 public static void setUpdateListener(final View view,
25 view.animate().setUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
28 listener.onAnimationUpdate(view);
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
DrawableImageViewTarget.java 9 private final ImageView view; field in class:DrawableImageViewTarget
11 public DrawableImageViewTarget(ImageView view) {
12 super(view);
13 this.view = view;
25 float viewRatio = view.getWidth() / (float) view.getHeight();
28 resource = new SquaringDrawable(resource, view.getWidth());
31 if (animation == null || !animation.animate(view.getDrawable(), resource, view, this))
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FocusHighlightHandler.java 16 import android.view.View;
26 * @param view The view whose focus is changing.
29 void onItemFocused(View view, boolean hasFocus);
32 * Called when the view is being created.
34 void onInitializeView(View view);
OnChildSelectedListener.java 16 import android.view.View;
17 import android.view.ViewGroup;
32 * @param view The view within the ViewGroup that is selected, or null if no
33 * view is selected.
34 * @param position The position of the view in the adapter, or NO_POSITION
35 * if no view is selected.
36 * @param id The id of the child that is selected, or NO_ID if no view is
39 void onChildSelected(ViewGroup parent, View view, int position, long id)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GraphicsActivity.java 21 import android.view.View;
22 import android.view.ViewGroup;
34 public void setContentView(View view) {
37 vg.addView(view);
38 view = vg;
41 super.setContentView(view);
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_view.css 6 .analysis-view {
11 .analysis-view:not(.viewing-object) {
15 .analysis-view > * {

Completed in 751 milliseconds

1 23 4 5 6 7 8 91011>>