HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentPath (Results 1 - 8 of 8) sorted by null

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
IconLoader.java 32 private StringBuilder mCurrentPath;
41 mCurrentPath = new StringBuilder(iconPathLength + iconName.length());
68 return mCurrentPath.toString();
102 mCurrentPath.setLength(0);
107 mCurrentPath.append(resourceDir)
113 InputStream stream = getClass().getResourceAsStream(mCurrentPath.toString());
117 mCurrentPath.setLength(0);
119 mCurrentPath.append(resourceDir)
123 return getClass().getResourceAsStream(mCurrentPath.toString());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
Path.java 32 protected ArrayList<Waypoint> mCurrentPath = new ArrayList<>();
54 mCurrentPath.add(waypoint);
64 for (int i = 1; i < mCurrentPath.size(); i++) {
66 mCurrentPath.get(i).getCoordinates(),
67 mCurrentPath.get(i - 1).getCoordinates());
94 mCurrentPath.remove(markerToRemove);
103 return new ArrayList<>(mCurrentPath);
117 return mCurrentPath.size();
ReferencePath.java 60 mCurrentPath.clear();
76 int currentLocation = mCurrentPath.indexOf(mPathMarkers.get(mPathMarkers.size() - 1));
78 while (currentLocation < mCurrentPath.size() - 1) {
80 mCurrentPath.get(currentLocation).getCoordinates(),
81 mCurrentPath.get(currentLocation + 1).getCoordinates());
RobustnessPath.java 210 rotationLocation, mCurrentPath.get(mCurrentPath.size() - 1).getCoordinates());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 175 private String mCurrentPath = "";
336 Log.d(TAG, "before setPath, mCurrentPath == " + mCurrentPath);
339 String currentPathTmp = mCurrentPath;
372 mCurrentPath = currentPathTmp;
374 Log.v(TAG, "after setPath, mCurrentPath == " + mCurrentPath);
439 "Guess what carkit actually want from current path (" + mCurrentPath + ")");
442 if (mCurrentPath.equals(PB_PATH)) {
444 } else if (mCurrentPath.equals(ICH_PATH))
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 135 private final Path mCurrentPath = new Path();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 306 milliseconds