OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INVALID_SIZE
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppStorageSizesControllerTest.java
28
private static final String
INVALID_SIZE
= "Couldn?t compute package size.";
71
assertThat(mAppPreference.getSummary()).isEqualTo(
INVALID_SIZE
);
72
assertThat(mCachePreference.getSummary()).isEqualTo(
INVALID_SIZE
);
73
assertThat(mDataPreference.getSummary()).isEqualTo(
INVALID_SIZE
);
74
assertThat(mTotalPreference.getSummary()).isEqualTo(
INVALID_SIZE
);
/frameworks/base/core/java/com/android/internal/widget/
OrientationHelper.java
35
private static final int
INVALID_SIZE
= Integer.MIN_VALUE;
43
private int mLastTotalSpace =
INVALID_SIZE
;
71
return
INVALID_SIZE
== mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace;
/frameworks/support/core-ui/tests/java/android/support/v4/widget/
SwipeRefreshLayoutTest.java
56
private static final int
INVALID_SIZE
= 1000;
122
onView(withId(R.id.swipe_refresh)).perform(setSize(
INVALID_SIZE
));
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
OrientationHelper.java
35
private static final int
INVALID_SIZE
= Integer.MIN_VALUE;
43
private int mLastTotalSpace =
INVALID_SIZE
;
71
return
INVALID_SIZE
== mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
51
public static final int
INVALID_SIZE
= -1;
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 201 milliseconds