Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 16 of 16) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DTouchUtils.java32 public static void tapView(Instrumentation inst, RecyclerView recyclerView, in tapView()
64 public static void touchAndCancelView(Instrumentation inst, View v) { in touchAndCancelView()
91 public static void clickView(Instrumentation inst, View v) { in clickView()
128 public static void longClickView(Instrumentation inst, View v) { in longClickView()
165 public static void dragViewToTop(Instrumentation inst, View v) { in dragViewToTop()
169 public static void dragViewToTop(Instrumentation inst, View v, int stepCount) { in dragViewToTop()
216 public static int dragViewTo(Instrumentation inst, View v, int gravity, int toX, in dragViewTo()
234 public static int dragViewToX(Instrumentation inst, View v, int gravity, int toX) { in dragViewToX()
249 public static int dragViewToY(Instrumentation inst, View v, int gravity, int toY) { in dragViewToY()
265 public static void drag(Instrumentation inst, float fromX, float toX, float fromY, in drag()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListEmptyViewTest.java55 Instrumentation inst = getInstrumentation(); in testZeroToOne() local
65 Instrumentation inst = getInstrumentation(); in testZeroToOneForwardBack() local
87 Instrumentation inst = getInstrumentation(); in testZeroToManyToZero() local
DListManagedCursorTest.java59 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
77 Instrumentation inst = getInstrumentation(); in testKeyScrollingToTouchMode() local
90 public int arrowScroll(Instrumentation inst) { in arrowScroll()
DListHeterogeneousTest.java53 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
DListViewHeightTest.java50 Instrumentation inst = getInstrumentation(); in testButtons() local
DListScrollListenerTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java46 final Instrumentation inst = test.getInstrumentation(); in tapMenuKey() local
59 final Instrumentation inst = test.getInstrumentation(); in chordMenuKey() local
78 final Instrumentation inst = test.getInstrumentation(); in longClick() local
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
DEffectsVideoCapture.java42 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos()
58 Instrumentation inst = getInstrumentation(); in testBackEffectsVideoCapture() local
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridScrollListenerTest.java61 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
93 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
/frameworks/minikin/libs/minikin/
DFontLanguageListCache.cpp115 FontLanguageListCache* inst = FontLanguageListCache::getInstance(); in getId() local
135 FontLanguageListCache* inst = FontLanguageListCache::getInstance(); in getById() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasObexClientSession.java66 ObexClientHandler(Looper looper, BluetoothMasObexClientSession inst) { in ObexClientHandler()
73 BluetoothMasObexClientSession inst = mInst.get(); in handleMessage() local
DBluetoothMnsObexServer.java99 Byte inst = oap.getByte(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID); in onPut() local
/frameworks/base/services/core/java/com/android/server/job/controllers/
DContentObserverController.java222 JobInstance inst = mJobs.valueAt(i); in onChange() local
374 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local
393 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java256 Instrumentation inst = test.getInstrumentation(); in tapView() local
296 Instrumentation inst = test.getInstrumentation(); in touchAndCancelView() local
331 Instrumentation inst = test.getInstrumentation(); in clickView() local
392 Instrumentation inst = test.getInstrumentation(); in longClickView() local
759 Instrumentation inst = test.getInstrumentation(); in drag() local
/frameworks/compile/libbcc/lib/Support/
DDisassembler.cpp135 llvm::MCInst inst; in Disassemble() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSettingBase.java294 void setInstalled(boolean inst, int userId) { in setInstalled()