Searched refs:gravity (Results 101 - 110 of 110) sorted by relevance

12345

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2813 Gravity.apply(mAttrs.gravity, w, h, containingFrame,
2819 Gravity.applyDisplay(mAttrs.gravity, displayFrame, mFrame);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2904 private static final String KEY_GRAVITY = "gravity";
3242 * Set the gravity that the content icon should have within the notification display.
3253 * Get the gravity that the content icon should have within the notification display.
3300 * Set the gravity that this notification should have within the available viewport space.
3305 public WearableExtender setGravity(int gravity) { argument
3306 mGravity = gravity;
3311 * Get the gravity that this notification should have within the available viewport space.
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java648 mLayout.gravity = Gravity.START|Gravity.TOP;
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1267 mWindowParams.gravity = Gravity.START | Gravity.TOP;
/frameworks/base/core/java/android/view/
H A DView.java2168 * Default for the root view. The gravity determines the text alignment, ALIGN_NORMAL,
2270 * Indicates whether if the view text alignment has been resolved to gravity
18423 * @return foreground gravity.
18437 * @param gravity see {@link android.view.Gravity}
18443 public void setForegroundGravity(int gravity) { argument
18448 if (mForegroundInfo.mGravity != gravity) {
18449 if ((gravity & Gravity.RELATIVE_HORIZONTAL_GRAVITY_MASK) == 0) {
18450 gravity |= Gravity.START;
18453 if ((gravity & Gravity.VERTICAL_GRAVITY_MASK) == 0) {
18454 gravity |
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java5658 private static final String KEY_GRAVITY = "gravity";
5991 * Set the gravity that the content icon should have within the notification display.
6002 * Get the gravity that the content icon should have within the notification display.
6049 * Set the gravity that this notification should have within the available viewport space.
6054 public WearableExtender setGravity(int gravity) { argument
6055 mGravity = gravity;
6060 * Get the gravity that this notification should have within the available viewport space.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java790 public void setGravity(int gravity) { argument
791 mGravity = gravity;
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3720 int gravity = sw.getInt(
3731 height, heightFraction, gravity, minWidth, minHeight);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4367 attrs.gravity = Gravity.BOTTOM;
6554 // of gravity and as NOSENSOR is never affected by gravity, then neither should
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12600 lp.gravity = Gravity.BOTTOM | Gravity.START;

Completed in 860 milliseconds

12345