HomeSort by relevance Sort by last modified time
    Searched defs:IMPL (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/support/v13/java/android/support/v13/app/
FragmentCompat.java 52 static final FragmentCompatImpl IMPL;
55 IMPL = new ICSMR1FragmentCompatImpl();
57 IMPL = new ICSFragmentCompatImpl();
59 IMPL = new BaseFragmentCompatImpl();
68 IMPL.setMenuVisibility(f, visible);
76 IMPL.setUserVisibleHint(f, deferStart);
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 507 IMPL = new AccessibilityRecordJellyBeanImpl();
509 IMPL = new AccessibilityRecordIcsMr1Impl();
511 IMPL = new AccessibilityRecordIcsImpl();
513 IMPL = new AccessibilityRecordStubImpl();
517 private static final AccessibilityRecordImpl IMPL;
550 return new AccessibilityRecordCompat(IMPL.obtain(record.mRecord));
560 return new AccessibilityRecordCompat(IMPL.obtain());
571 IMPL.setSource(mRecord, source);
589 IMPL.setSource(mRecord, root, virtualDescendantId);
605 return IMPL.getSource(mRecord)
    [all...]
AccessibilityNodeInfoCompat.java 757 IMPL = new AccessibilityNodeInfoKitKatImpl();
759 IMPL = new AccessibilityNodeInfoJellybeanMr2Impl();
761 IMPL = new AccessibilityNodeInfoJellybeanImpl();
763 IMPL = new AccessibilityNodeInfoIcsImpl();
765 IMPL = new AccessibilityNodeInfoStubImpl();
769 private static final AccessibilityNodeInfoImpl IMPL;
    [all...]
AccessibilityEventCompat.java 70 private final static AccessibilityEventVersionImpl IMPL;
74 IMPL = new AccessibilityEventIcsImpl();
76 IMPL = new AccessibilityEventStubImpl();
194 return IMPL.getRecordCount(event);
206 IMPL.appendRecord(event, record.getImpl());
216 return new AccessibilityRecordCompat(IMPL.getRecord(event, index));
  /frameworks/support/v4/java/android/support/v4/view/
ScaleGestureDetectorCompat.java 24 static final ScaleGestureDetectorImpl IMPL;
60 IMPL = new ScaleGestureDetectorCompatKitKatImpl();
62 IMPL = new BaseScaleGestureDetectorImpl();
75 IMPL.setQuickScaleEnabled(scaleGestureDetector, enabled);
83 return IMPL.isQuickScaleEnabled(scaleGestureDetector); // KitKat
MarginLayoutParamsCompat.java 125 static final MarginLayoutParamsCompatImpl IMPL;
129 IMPL = new MarginLayoutParamsCompatImplJbMr1();
131 IMPL = new MarginLayoutParamsCompatImplBase();
147 return IMPL.getMarginStart(lp);
162 return IMPL.getMarginEnd(lp);
177 IMPL.setMarginStart(lp, marginStart);
192 IMPL.setMarginEnd(lp, marginEnd);
201 return IMPL.isMarginRelative(lp);
211 return IMPL.getLayoutDirection(lp);
222 IMPL.setLayoutDirection(lp, layoutDirection)
    [all...]
ViewGroupCompat.java 103 static final ViewGroupCompatImpl IMPL;
107 IMPL = new ViewGroupCompatJellybeanMR2Impl();
109 IMPL = new ViewGroupCompatIcsImpl();
111 IMPL = new ViewGroupCompatHCImpl();
113 IMPL = new ViewGroupCompatStubImpl();
141 return IMPL.onRequestSendAccessibilityEvent(group, child, event);
161 IMPL.setMotionEventSplittingEnabled(group, split);
177 return IMPL.getLayoutMode(group);
190 IMPL.setLayoutMode(group, mode);
ViewCompat.java 546 static final ViewCompatImpl IMPL;
550 IMPL = new KitKatViewCompatImpl();
552 IMPL = new JbMr1ViewCompatImpl();
554 IMPL = new JBViewCompatImpl();
556 IMPL = new ICSViewCompatImpl();
558 IMPL = new HCViewCompatImpl();
560 IMPL = new GBViewCompatImpl();
562 IMPL = new BaseViewCompatImpl();
574 return IMPL.canScrollHorizontally(v, direction);
585 return IMPL.canScrollVertically(v, direction)
    [all...]
ViewConfigurationCompat.java 56 static final ViewConfigurationVersionImpl IMPL;
59 IMPL = new FroyoViewConfigurationVersionImpl();
61 IMPL = new BaseViewConfigurationVersionImpl();
73 return IMPL.getScaledPagingTouchSlop(config);
GravityCompat.java 87 static final GravityCompatImpl IMPL;
91 IMPL = new GravityCompatImplJellybeanMr1();
93 IMPL = new GravityCompatImplBase();
132 IMPL.apply(gravity, w, h, container, outRect, layoutDirection);
162 IMPL.apply(gravity, w, h, container, xAdj, yAdj, outRect, layoutDirection);
186 IMPL.applyDisplay(gravity, display, inoutObj, layoutDirection);
201 return IMPL.getAbsoluteGravity(gravity, layoutDirection);
VelocityTrackerCompat.java 65 static final VelocityTrackerVersionImpl IMPL;
68 IMPL = new HoneycombVelocityTrackerVersionImpl();
70 IMPL = new BaseVelocityTrackerVersionImpl();
82 return IMPL.getXVelocity(tracker, pointerId);
91 return IMPL.getYVelocity(tracker, pointerId);
ViewParentCompat.java 60 static final ViewParentCompatImpl IMPL;
64 IMPL = new ViewParentCompatICSImpl();
66 IMPL = new ViewParentCompatStubImpl();
96 return IMPL.requestSendAccessibilityEvent(parent, child, event);
KeyEventCompat.java 164 static final KeyEventVersionImpl IMPL;
167 IMPL = new HoneycombKeyEventVersionImpl();
169 IMPL = new BaseKeyEventVersionImpl();
176 return IMPL.normalizeMetaState(metaState);
180 return IMPL.metaStateHasModifiers(metaState, modifiers);
184 return IMPL.metaStateHasNoModifiers(metaState);
188 return IMPL.metaStateHasModifiers(event.getMetaState(), modifiers);
192 return IMPL.metaStateHasNoModifiers(event.getMetaState());
196 IMPL.startTracking(event);
200 return IMPL.isTracking(event)
    [all...]
MotionEventCompat.java 106 static final MotionEventVersionImpl IMPL;
109 IMPL = new EclairMotionEventVersionImpl();
111 IMPL = new BaseMotionEventVersionImpl();
201 return IMPL.findPointerIndex(event, pointerId);
210 return IMPL.getPointerId(event, pointerIndex);
219 return IMPL.getX(event, pointerIndex);
228 return IMPL.getY(event, pointerIndex);
236 return IMPL.getPointerCount(event);
  /frameworks/support/v4/java/android/support/v4/net/
TrafficStatsCompat.java 121 private static final TrafficStatsCompatImpl IMPL;
125 IMPL = new IcsTrafficStatsCompatImpl();
127 IMPL = new BaseTrafficStatsCompatImpl();
136 IMPL.clearThreadStatsTag();
145 return IMPL.getThreadStatsTag();
156 IMPL.incrementOperationCount(operationCount);
167 IMPL.incrementOperationCount(tag, operationCount);
182 IMPL.setThreadStatsTag(tag);
194 IMPL.tagSocket(socket);
201 IMPL.untagSocket(socket)
    [all...]
ConnectivityManagerCompat.java 81 private static final ConnectivityManagerCompatImpl IMPL;
85 IMPL = new JellyBeanConnectivityManagerCompatImpl();
87 IMPL = new HoneycombMR2ConnectivityManagerCompatImpl();
89 IMPL = new GingerbreadConnectivityManagerCompatImpl();
91 IMPL = new BaseConnectivityManagerCompatImpl();
103 return IMPL.isActiveNetworkMetered(cm);
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
DrawableCompat.java 81 static final DrawableImpl IMPL;
85 IMPL = new KitKatDrawableImpl();
87 IMPL = new HoneycombDrawableImpl();
89 IMPL = new BaseDrawableImpl();
102 IMPL.jumpToCurrentState(drawable);
118 IMPL.setAutoMirrored(drawable, mirrored);
133 return IMPL.isAutoMirrored(drawable);
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 238 static final ScrollerCompatImpl IMPL;
242 IMPL = new ScrollerCompatImplIcs();
244 IMPL = new ScrollerCompatImplGingerbread();
246 IMPL = new ScrollerCompatImplBase();
259 mScroller = IMPL.createScroller(context, interpolator);
268 return IMPL.isFinished(mScroller);
277 return IMPL.getCurrX(mScroller);
286 return IMPL.getCurrY(mScroller);
293 return IMPL.getFinalX(mScroller);
300 return IMPL.getFinalY(mScroller)
    [all...]
EdgeEffectCompat.java 34 private static final EdgeEffectImpl IMPL;
38 IMPL = new EdgeEffectIcsImpl();
40 IMPL = new BaseEdgeEffectImpl();
133 mEdgeEffect = IMPL.newEdgeEffect(context);
143 IMPL.setSize(mEdgeEffect, width, height);
154 return IMPL.isFinished(mEdgeEffect);
162 IMPL.finish(mEdgeEffect);
177 return IMPL.onPull(mEdgeEffect, deltaDistance);
189 return IMPL.onRelease(mEdgeEffect);
204 return IMPL.onAbsorb(mEdgeEffect, velocity)
    [all...]
ListPopupWindowCompat.java 57 static final ListPopupWindowImpl IMPL;
61 IMPL = new KitKatListPopupWindowImpl();
63 IMPL = new BaseListPopupWindowImpl();
97 return IMPL.createDragToOpenListener(listPopupWindow, src);
PopupMenuCompat.java 56 static final PopupMenuImpl IMPL;
60 IMPL = new KitKatPopupMenuImpl();
62 IMPL = new BasePopupMenuImpl();
90 return IMPL.getDragToOpenListener(popupMenu);
  /frameworks/support/v4/java/android/support/v4/text/
ICUCompat.java 52 private static final ICUCompatImpl IMPL;
57 IMPL = new ICUCompatImplIcs();
59 IMPL = new ICUCompatImplBase();
70 return IMPL.getScript(locale);
96 return IMPL.addLikelySubtags(locale);
  /frameworks/support/v4/java/android/support/v4/app/
NavUtils.java 132 private static final NavUtilsImpl IMPL;
137 IMPL = new NavUtilsImplJB();
139 IMPL = new NavUtilsImplBase();
158 return IMPL.shouldUpRecreateTask(sourceActivity, targetIntent);
201 IMPL.navigateUpTo(sourceActivity, upIntent);
215 return IMPL.getParentActivityIntent(sourceActivity);
299 String parentActivity = IMPL.getParentActivityName(context, info);
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 83 private static final IntentCompatImpl IMPL;
87 IMPL = new IntentCompatImplIcsMr1();
89 IMPL = new IntentCompatImplHC();
91 IMPL = new IntentCompatImplBase();
221 return IMPL.makeMainActivity(mainActivity);
249 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
266 return IMPL.makeRestartActivityTask(mainActivity);
  /frameworks/support/v4/java/android/support/v4/accessibilityservice/
AccessibilityServiceInfoCompat.java 112 IMPL = new AccessibilityServiceInfoJellyBeanMr2();
114 IMPL = new AccessibilityServiceInfoIcsImpl();
116 IMPL = new AccessibilityServiceInfoStubImpl();
122 private static final AccessibilityServiceInfoVersionImpl IMPL;
293 return IMPL.getId(info);
305 return IMPL.getResolveInfo(info);
318 return IMPL.getSettingsActivityName(info);
331 return IMPL.getCanRetrieveWindowContent(info);
344 return IMPL.getDescription(info);
426 return IMPL.getCapabilities(info)
    [all...]

Completed in 329 milliseconds

1 2 3