HomeSort by relevance Sort by last modified time
    Searched defs:mHistory (Results 1 - 18 of 18) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
MotionBlurComponent.java 23 private BlurRecord[] mHistory;
39 mHistory = new BlurRecord[STEP_COUNT];
41 mHistory[x] = new BlurRecord();
50 mHistory[x].texture = null;
51 mHistory[x].position.zero();
72 mHistory[mCurrentStep].texture = currentTexture;
73 mHistory[mCurrentStep].position.set(((GameObject)parent).getPosition());
74 mHistory[mCurrentStep].width = drawable.getWidth();
75 mHistory[mCurrentStep].height = drawable.getHeight();
77 mHistory[mCurrentStep].crop[0] = drawableCrop[0]
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java 47 private final List<Order> mHistory = new ArrayList<Order>();
56 mHistory.add(order);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 68 private Stack<String> mHistory = new Stack<String>();
121 if (keyCode == KeyEvent.KEYCODE_BACK && !mHistory.empty()) {
132 String lastEntry = mHistory.pop();
153 mHistory.add(mEntryTitle);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DataUsageController.java 162 final NetworkStatsHistory mHistory;
164 mHistory = session.getHistoryForNetwork(template, FIELDS);
166 mHistory = session.getHistoryForUid(template, uId, SET_ALL, 0, FIELDS);
181 final NetworkStatsHistory.Entry entry = mHistory.getValues(start, end, now, null);
189 usage.usageLevel = mHistory.getTotalBytes();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SignalController.java 55 private final State[] mHistory;
69 mHistory = new State[HISTORY_SIZE];
71 mHistory[i] = cleanState();
181 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState);
191 if (mHistory[i].time != 0) size++;
197 + mHistory[i & (HISTORY_SIZE - 1)]);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 60 private NetworkStatsHistory mHistory;
149 mHistory = stats;
159 if (mHistory != null) {
160 mDetailSeries.setEndTime(mHistory.getEnd());
  /frameworks/base/core/java/android/app/usage/
NetworkStats.java 90 private NetworkStatsHistory mHistory = null;
493 } else if (mHistory != null) {
494 return mEnumerationIndex < mHistory.size()
549 mHistory = null;
551 mHistory = mSession.getHistoryIntervalForUid(mTemplate, uid,
557 // Leaving mHistory null
595 mHistory = null;
597 mHistory = mSession.getHistoryIntervalForUid(mTemplate, getUid(),
602 // Leaving mHistory null
657 if (bucketOut != null && mHistory != null)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptEditor.java 78 private EditHistory mHistory;
121 mHistory = new EditHistory();
122 mWatcher = new ContentTextWatcher(mHistory);
536 EditItem edit = mHistory.getPrevious();
554 EditItem edit = mHistory.getNext();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 100 private HistoryManager mHistory = null;
264 mHistory.addHistoryItem(historyItem);
272 HistoryItem historyItem = mHistory.getItem(position);
277 mHistory.setCurrentPreset(position);
281 return mHistory;
289 mHistory = adapter;
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 675 HistoryItem mHistory;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 197 milliseconds