HomeSort by relevance Sort by last modified time
    Searched refs:getHistory (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/native/include/input/
InputTransport.h 428 const History* getHistory(size_t index) const {
437 if (!getHistory(0)->hasPointerId(id) || !getHistory(1)->hasPointerId(id)) {
440 float currentX = getHistory(0)->getPointerById(id).getX();
441 float currentY = getHistory(0)->getPointerById(id).getY();
442 float previousX = getHistory(1)->getPointerById(id).getX();
443 float previousY = getHistory(1)->getPointerById(id).getY();
  /external/jline/src/src/main/java/jline/
History.java 263 if (getHistory(i).indexOf(searchTerm) != -1) {
286 public String getHistory(int index) {
ConsoleReader.java 580 printSearchStatus(searchTerm.toString(), history.getHistory(searchIndex));
710 searchIndex > -1 ? history.getHistory(searchIndex) : "");
    [all...]
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsCollectionTest.java 248 // Verify security check in getHistory.
249 assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, myUid, SET_DEFAULT,
252 collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, otherUidInSameUser,
308 history = getHistory(emptyCollection, plan, TIME_A, TIME_C);
312 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0;
340 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS,
360 history = getHistory(emptyCollection, plan, TIME_A, TIME_C);
364 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0;
395 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS,
415 history = getHistory(emptyCollection, plan, TIME_A, TIME_C)
    [all...]
  /external/jline/src/src/test/java/jline/
JLineTestCase.java 36 console.getHistory().clear();
  /cts/hostsidetests/incident/src/com/android/server/cts/
NetstatsIncidentTest.java 244 for (NetworkStatsHistoryBucketProto bucket : stats.getHistory().getBucketsList()) {
350 final NetworkStatsHistoryProto hist = stats.getHistory();
JobSchedulerIncidentTest.java 64 testJobPackageHistoryProto(dump.getHistory(), filterLevel);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 57 HistoryManager adapter = masterImage.getHistory();
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java 639 return getUidComplete().getHistory(template, null, uid, set, tag, fields,
642 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields,
653 return getUidComplete().getHistory(template, null, uid, set, tag, fields,
656 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields,
730 return mXtStatsCached.getHistory(template, augmentPlan,
    [all...]
NetworkStatsObservers.java 409 NetworkStatsHistory history = mCollection.getHistory(template, null, uid,
NetworkStatsCollection.java 242 public NetworkStatsHistory getHistory(NetworkTemplate template, SubscriptionPlan augmentPlan,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 386 MasterImage.getImage().setHistoryManager(mMasterImage.getHistory());
    [all...]
  /external/jline/
jline-1.0.jar 
  /frameworks/native/libs/input/
InputTransport.cpp 723 const History* current = touchState.getHistory(0);
755 other = touchState.getHistory(1);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 280 public HistoryManager getHistory() {
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/
kotlin-compiler-runner-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.3/
kotlin-compiler-runner-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.51/
kotlin-compiler-runner-1.1.51.jar 
  /tools/tradefederation/core/src/com/android/tradefed/command/
Console.java     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.0/
kotlin-compiler-runner-1.2.0.jar 

Completed in 364 milliseconds

1 2