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

  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 56 private int mLastContentWidth;
273 final boolean firstCall = mLastContentWidth == 0;
275 mLastContentWidth = xSize;
284 mLastXOffset + mLastContentWidth,
328 mLastContentWidth == 0 || mLastContentHeight == 0) {
  /frameworks/base/core/java/android/app/
NativeActivity.java 81 int mLastContentWidth;
303 || w != mLastContentWidth || h != mLastContentHeight) {
306 mLastContentWidth = w;
310 mLastContentY, mLastContentWidth, mLastContentHeight);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 535 milliseconds