OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPropertyEnabled
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java
72
public static boolean sForceEnableRotation =
isPropertyEnabled
(FORCE_ENABLE_ROTATION_PROPERTY);
91
private static boolean
isPropertyEnabled
(String propertyName) {
Launcher.java
358
public static boolean sForceEnableRotation =
isPropertyEnabled
(FORCE_ENABLE_ROTATION_PROPERTY);
371
static boolean
isPropertyEnabled
(String propertyName) {
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
329
private static boolean sForceEnableRotation =
isPropertyEnabled
(FORCE_ENABLE_ROTATION_PROPERTY);
340
private static boolean
isPropertyEnabled
(String propertyName) {
[
all
...]
Completed in 52 milliseconds