HomeSort by relevance Sort by last modified time
    Searched refs:WindowLayout (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java     [all...]
PackageParser.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
LaunchingTaskPositioner.java 112 * @param windowLayout Optional information from the client about how it would like to be sized
116 @Nullable ActivityInfo.WindowLayout windowLayout) {
120 if (windowLayout == null) {
124 int width = getFinalWidth(windowLayout);
125 int height = getFinalHeight(windowLayout);
126 int verticalGravity = windowLayout.gravity & Gravity.VERTICAL_GRAVITY_MASK;
127 int horizontalGravity = windowLayout.gravity & Gravity.HORIZONTAL_GRAVITY_MASK;
143 Slog.w(TAG, "Received unsupported gravity: " + windowLayout.gravity
149 private int getFinalWidth(ActivityInfo.WindowLayout windowLayout)
    [all...]
ActivityStack.java     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1517 milliseconds