Searched refs:POSITION (Results 1 – 5 of 5) sorted by relevance
86 public static final int POSITION = 14; field in QSTileImplTest114 when(mHost.indexOf(SPEC)).thenReturn(POSITION); in setup()212 verify(maker).addTaggedData(eq(FIELD_QS_POSITION), eq(POSITION)); in testPopulateWithLockedScreen()223 verify(maker).addTaggedData(eq(FIELD_QS_POSITION), eq(POSITION)); in testPopulateWithUnlockedScreen()
78 private static final FloatProperty<TouchAnimator> POSITION = field in TouchAnimator170 return POSITION; in getProperty()
25 import static android.view.RemoteAnimationTargetProto.POSITION;276 position.dumpDebug(proto, POSITION); in dumpDebug()
3843 POSITION = 1 << 0, enumerator3995 if (axes & POSITION) { in prepareAxes()4062 prepareAxes(POSITION); in TEST_F()4072 prepareAxes(POSITION); in TEST_F()4080 prepareAxes(POSITION); in TEST_F()4089 prepareAxes(POSITION); in TEST_F()4100 prepareAxes(POSITION); in TEST_F()4128 prepareAxes(POSITION); in TEST_F()4156 prepareAxes(POSITION); in TEST_F()4171 prepareAxes(POSITION); in TEST_F()[all …]
377 public static final String POSITION = "position"; field in BrowserContract.Bookmarks