Searched defs:resizeMode (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowCallbacks.java59 Rect stableInsets, int resizeMode);
58 onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
H A DViewRootImpl.java1621 int resizeMode = mSoftInputMode &
1625 if (resizeMode == WindowManager.LayoutParams.SOFT_INPUT_ADJUST_UNSPECIFIED) {
1629 resizeMode = WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE;
1632 if (resizeMode == 0) {
1633 resizeMode = WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN;
1636 WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST) != resizeMode) {
1639 resizeMode;
7179 Rect stableInsets, int resizeMode) {
7184 systemInsets, stableInsets, resizeMode);
7178 startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java98 * is greater than minWidth or if horizontal resizing isn't enabled (see {@link #resizeMode}).
107 * is greater than minHeight or if vertical resizing isn't enabled (see {@link #resizeMode}).
193 * <p>This field corresponds to the <code>android:resizeMode</code> attribute in
196 public int resizeMode; field in class:AppWidgetProviderInfo
238 this.resizeMode = in.readInt();
332 out.writeInt(this.resizeMode);
354 that.resizeMode = this.resizeMode;
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java81 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) {
102 mResizeMode = resizeMode;
78 BackdropFrameRenderer(DecorView decorView, ThreadedRenderer renderer, Rect initialBounds, Drawable resizingBackgroundDrawable, Drawable captionBackgroundDrawable, Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
H A DDecorView.java1990 Rect stableInsets, int resizeMode) {
2006 stableInsets, resizeMode);
2015 mResizeMode = resizeMode;
1989 onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java431 logDockAttempt(mContext, runningTask.topActivity, runningTask.resizeMode);
467 public static void logDockAttempt(Context ctx, ComponentName activity, int resizeMode) { argument
468 if (resizeMode == ActivityInfo.RESIZE_MODE_UNRESIZEABLE) {
472 MetricsLogger.count(ctx, getMetricsCounterForResizeMode(resizeMode), 1);
475 private static String getMetricsCounterForResizeMode(int resizeMode) { argument
476 switch (resizeMode) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java184 * Resize mode. See {@link ActivityInfo#resizeMode}.
187 public int resizeMode; field in class:Task
203 int resizeMode, ComponentName topActivity) {
225 this.resizeMode = resizeMode;
252 this.resizeMode = o.resizeMode;
198 Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon, Bitmap thumbnail, String title, String titleDescription, String dismissDescription, String appInfoDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp, boolean isDockable, Rect bounds, ActivityManager.TaskDescription taskDescription, int resizeMode, ComponentName topActivity) argument
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java191 public int resizeMode = RESIZE_MODE_RESIZEABLE; field in class:ActivityInfo
803 resizeMode = orig.resizeMode;
906 pw.println(prefix + "resizeMode=" + resizeModeToString(resizeMode));
952 dest.writeInt(resizeMode);
986 resizeMode = source.readInt();
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java89 // Resize mode of the task. See {@link ActivityInfo#resizeMode}
111 void addAppToken(int addPos, AppWindowToken wtoken, int resizeMode, boolean homeTask) { argument
126 mResizeMode = resizeMode;
282 void setResizeable(int resizeMode) { argument
283 mResizeMode = resizeMode;
H A DWindowManagerService.java10954 public void setTaskResizeable(int taskId, int resizeMode) { argument
10958 task.setResizeable(resizeMode);
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java172 // Based on the {@link ActivityInfo#resizeMode} of the root activity.
334 int resizeMode, boolean privileged, boolean _realActivitySuspended,
373 mResizeMode = resizeMode;
476 mResizeMode = info.resizeMode;
1247 int resizeMode = RESIZE_MODE_FORCE_RESIZEABLE;
1312 resizeMode = Integer.parseInt(attrValue);
1313 resizeMode = (resizeMode == RESIZE_MODE_CROP_WINDOWS)
1314 ? RESIZE_MODE_FORCE_RESIZEABLE : resizeMode;
1382 taskAffiliationColor, callingUid, callingPackage, resizeMode, privilege
325 TaskRecord(ActivityManagerService service, int _taskId, Intent _intent, Intent _affinityIntent, String _affinity, String _rootAffinity, ComponentName _realActivity, ComponentName _origActivity, boolean _rootWasReset, boolean _autoRemoveRecents, boolean _askedCompatMode, int _taskType, int _userId, int _effectiveUid, String _lastDescription, ArrayList<ActivityRecord> activities, long _firstActiveTime, long _lastActiveTime, long lastTimeMoved, boolean neverRelinquishIdentity, TaskDescription _lastTaskDescription, TaskThumbnailInfo lastThumbnailInfo, int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, int resizeMode, boolean privileged, boolean _realActivitySuspended, boolean userSetupComplete, int minWidth, int minHeight) argument
[all...]
H A DActivityStackSupervisor.java2236 boolean resizeTaskLocked(TaskRecord task, Rect bounds, int resizeMode, boolean preserveWindow, argument
2245 final boolean forced = (resizeMode & RESIZE_MODE_FORCED) != 0;
H A DActivityManagerService.java9028 rti.resizeMode = tr.mResizeMode;
9344 public void resizeTask(int taskId, Rect bounds, int resizeMode) { argument
9379 boolean preserveWindow = (resizeMode & RESIZE_MODE_PRESERVE_WINDOW) != 0;
9386 mStackSupervisor.resizeTaskLocked(task, bounds, resizeMode, preserveWindow,
/frameworks/base/core/java/android/app/
H A DActivityManager.java1345 * The resize mode of the task. See {@link ActivityInfo#resizeMode}.
1348 public int resizeMode; field in class:ActivityManager.RecentTaskInfo
1394 dest.writeInt(resizeMode);
1418 resizeMode = source.readInt();
1608 * The resize mode of the task. See {@link ActivityInfo#resizeMode}.
1611 public int resizeMode; field in class:ActivityManager.RunningTaskInfo
1636 dest.writeInt(resizeMode);
1653 resizeMode = source.readInt();
H A DActivityManagerNative.java2656 int resizeMode = data.readInt();
2658 resizeTask(taskId, r, resizeMode);
6541 public void resizeTask(int taskId, Rect r, int resizeMode) throws RemoteException argument
6547 data.writeInt(resizeMode);
H A DIActivityManager.java579 public void resizeTask(int taskId, Rect bounds, int resizeMode) throws RemoteException; argument

Completed in 482 milliseconds