Searched refs:POSITION (Results 1 – 5 of 5) sorted by relevance
63 public static final int POSITION = 14; field in QSTileImplTest76 when(mHost.indexOf(spec)).thenReturn(POSITION); in setup()110 verify(maker).addTaggedData(eq(FIELD_QS_POSITION), eq(POSITION)); in testPopulate()
24 import static android.app.RemoteAnimationTargetProto.POSITION;203 position.writeToProto(proto, POSITION); in writeToProto()
78 private static final FloatProperty<TouchAnimator> POSITION = field in TouchAnimator170 return POSITION; in getProperty()
2921 POSITION = 1 << 0, enumerator3065 if (axes & POSITION) { in prepareAxes()3140 prepareAxes(POSITION); in TEST_F()3151 prepareAxes(POSITION); in TEST_F()3160 prepareAxes(POSITION); in TEST_F()3170 prepareAxes(POSITION); in TEST_F()3182 prepareAxes(POSITION); in TEST_F()3211 prepareAxes(POSITION); in TEST_F()3240 prepareAxes(POSITION); in TEST_F()3256 prepareAxes(POSITION); in TEST_F()[all …]
372 public static final String POSITION = "position"; field in BrowserContract.Bookmarks