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

  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 92 List<sp<ABuffer> > mHistory;
  /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);
  /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 86 private NetworkStatsHistory mHistory = null;
416 } else if (mHistory != null) {
417 return mEnumerationIndex < mHistory.size()
479 mHistory = null;
481 mHistory = mSession.getHistoryIntervalForUid(mTemplate, uid,
487 // Leaving mHistory null
525 mHistory = null;
527 mHistory = mSession.getHistoryIntervalForUid(mTemplate, getUid(),
532 // Leaving mHistory null
584 if (bucketOut != null && mHistory != null)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptEditor.java 77 private EditHistory mHistory;
120 mHistory = new EditHistory();
121 mWatcher = new ContentTextWatcher(mHistory);
535 EditItem edit = mHistory.getPrevious();
553 EditItem edit = mHistory.getNext();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 121 private Vector<Integer> mHistory = new Vector<Integer>(MAX_HISTORY_SIZE);
442 len = mHistory.size();
445 int n = mHistory.get(i);
582 mHistory.clear();
588 mHistory.clear();
591 mHistory.add(n);
601 mHistory.clear();
    [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 324 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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 780 milliseconds