OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentSizeRange
(Results
1 - 12
of
12
) sorted by null
/cts/tests/tests/display/src/android/display/cts/
DisplayTest.java
156
* Test that the
getCurrentSizeRange
method returns correct values.
163
display.
getCurrentSizeRange
(smallest, largest);
/frameworks/base/core/java/android/view/
Display.java
456
public void
getCurrentSizeRange
(Point outSmallestSize, Point outLargestSize) {
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
214
windowManager.getDefaultDisplay().
getCurrentSizeRange
(minDims, maxDims);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
217
windowManager.getDefaultDisplay().
getCurrentSizeRange
(minDims, maxDims);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
282
display.
getCurrentSizeRange
(smallestSize, largestSize);
[
all
...]
Launcher.java
402
display.
getCurrentSizeRange
(smallestSize, largestSize);
[
all
...]
Workspace.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
311
mLauncher.getWindowManager().getDefaultDisplay().
getCurrentSizeRange
(minDims, maxDims);
[
all
...]
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1223 milliseconds