OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isScreenLarge
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java
135
public static boolean
isScreenLarge
() {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java
84
mIsScreenLarge =
isScreenLarge
(sContext.getResources());
206
public boolean
isScreenLarge
() {
211
public static boolean
isScreenLarge
(Resources res) {
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
230
if (
isScreenLarge
(res)) {
327
private static boolean
isScreenLarge
(Resources res) {
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
232
if (
isScreenLarge
(res)) {
334
private static boolean
isScreenLarge
(Resources res) {
[
all
...]
Completed in 116 milliseconds