HomeSort by relevance Sort by last modified time
    Searched refs:insetTop (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DrawableLayoutDirectionHelper.java 37 int insetStart, int insetTop, int insetEnd, int insetBottom, View view) {
40 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
50 int insetStart, int insetTop, int insetEnd, int insetBottom, Context context) {
57 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
68 int insetStart, int insetTop, int insetEnd, int insetBottom, int layoutDirection) {
69 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
74 int insetStart, int insetTop, int insetEnd, int insetBottom, boolean isRtl) {
76 return new InsetDrawable(drawable, insetEnd, insetTop, insetStart, insetBottom);
78 return new InsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom);
  /packages/apps/UnifiedEmail/src/com/android/mail/graphics/
PageMarginDrawable.java 34 public PageMarginDrawable(Drawable drawable, int insetLeft, int insetTop,
36 super(drawable, insetLeft, insetTop, insetRight, insetBottom);
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlaceholderInsetDrawable.java 56 final int insetTop, final int insetRight, final int insetBottom,
58 super(drawable, insetLeft, insetTop, insetRight, insetBottom);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StatusBarBackgroundLayout.java 86 final int insetTop = ((WindowInsets) mLastInsets).getSystemWindowInsetTop();
87 if (insetTop > 0) {
88 mStatusBarBackground.setBounds(0, 0, getWidth(), insetTop);
  /cts/tests/tests/view/src/android/view/cts/
ViewPaddingTest.java 71 int insetTop = mContext.getResources().getDimensionPixelSize(R.dimen.insetTop);
81 checkBounds(view3, defaultBounds, insetLeft, insetTop, 0, 0);
83 checkBounds(view5, defaultBounds, insetLeft, insetTop, insetRight, insetBottom);
96 int insetLeft, int insetTop, int insetRight, int insetBottom) {
98 assertEquals("Top", defaultBounds.top + insetTop, view.getTop());
ViewGroup_MarginLayoutParamsTest.java 260 int insetLeft, int insetTop, int insetRight, int insetBottom) {
262 assertEquals("Top", defaultBounds.top + insetTop, view.getTop());
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotLoader.java 91 new Rect(proto.insetLeft, proto.insetTop, proto.insetRight, proto.insetBottom),
TaskSnapshotPersister.java 316 proto.insetTop = mSnapshot.getContentInsets().top;
  /frameworks/support/design/src/android/support/design/widget/
CollapsingToolbarLayout.java 429 final int insetTop = mLastInsets.getSystemWindowInsetTop();
433 if (child.getTop() < insetTop) {
436 ViewCompat.offsetTopAndBottom(child, insetTop);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/drawer/
DrawerFragment.java 307 final int insetTop = insets.getSystemWindowInsetTop();
309 mScrimDrawable.setIntrinsicHeight(insetTop);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV9.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 292 final int insetTop = logicalHeight / 5;
294 final int insetBottom = insetTop + (taskBottom - taskTop);
295 task.mInsetBounds.set(insetLeft, insetTop, insetRight, insetBottom);
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 94 * @param insetTop Top inset in pixels.
98 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop,
103 mState.mInsetTop = new InsetValue(0f, insetTop);
VectorDrawable.java 700 final int insetTop = a.getDimensionPixelOffset(
706 state.mOpticalInsets = Insets.of(insetLeft, insetTop, insetRight, insetBottom);
    [all...]
GradientDrawable.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1836 milliseconds

1 2