OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESIZE_MODE_UNRESIZEABLE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/content/pm/
ActivityInfo.java
164
public static final int
RESIZE_MODE_UNRESIZEABLE
= 0;
[
all
...]
PackageParser.java
85
import static android.content.pm.ActivityInfo.
RESIZE_MODE_UNRESIZEABLE
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java
468
if (resizeMode == ActivityInfo.
RESIZE_MODE_UNRESIZEABLE
) {
Completed in 157 milliseconds