HomeSort by relevance Sort by last modified time
    Searched refs:insets (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /frameworks/support/design/src/android/support/design/widget/
Snackbar.java 642 // that it waits. This then means that the calculated insets are wrong and the
712 // Make sure that we fit system windows and have a listener to apply any insets
717 public WindowInsetsCompat onApplyWindowInsets(View v, WindowInsetsCompat insets) {
721 v.getPaddingRight(), insets.getSystemWindowInsetBottom());
722 return insets;
    [all...]
NavigationView.java 237 protected void onInsetsChanged(WindowInsetsCompat insets) {
238 mPresenter.dispatchApplyWindowInsets(insets);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ListenerBindingObject.java 176 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) {
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /frameworks/base/core/java/android/view/
View.java 43 import android.graphics.Insets;
10454 final Rect insets = mAttachInfo.mVisibleInsets; local
19823 Insets insets = getOpticalInsets(); local
19951 Insets insets = getOpticalInsets(); local
23919 final WindowInsets insets = getRootWindowInsets(); local
    [all...]
ViewGroup.java 31 import android.graphics.Insets;
3317 Insets insets = child.getOpticalInsets(); local
3403 Insets insets = c.getOpticalInsets(); local
    [all...]
ViewRootImpl.java 583 // Compute surface insets required to draw at specified Z value.
584 // TODO: Use real shadow insets for a constant max Z.
874 final Rect insets = attrs.surfaceInsets; local
2111 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets; local
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 126 // Insets
305 public void updateInsets(Rect insets) {
306 mInsets.set(insets);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
EditorPanel.java 23 import java.awt.Insets;
110 constraints.insets = new Insets(0, 0, 0, 0);
121 new Insets(3, 0, 3, 0), 0, 0));
126 new Insets(3, 6, 3, 6), 0, 0));
132 GridBagConstraints.NONE, new Insets(3, 6, 3, 6), 0, 0));
137 GridBagConstraints.NONE, new Insets(0, 0, 0, 6), 0, 0));
143 GridBagConstraints.NONE, new Insets(0, 0, 0, 6), 0, 0));
148 GridBagConstraints.NONE, new Insets(0, 0, 0, 6), 0, 0));
154 new Insets(0, 6, 6, 6), 0, 0))
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 445 * Called with the current insets that are in effect for the wallpaper.
449 * @param insets Insets to apply.
451 public void onApplyWindowInsets(WindowInsets insets) {
793 WindowInsets insets = new WindowInsets(mFinalSystemInsets, local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 538 Rect insets = new Rect(); local
539 getStableInsets(insets);
540 return insets.right > 0;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 324 * This is called with the full size of the window since we are handling our own insets.
353 * This is called with the full size of the window since we are handling our own insets.
397 public WindowInsets onApplyWindowInsets(WindowInsets insets) {
398 mSystemInsets.set(insets.getSystemWindowInsets());
401 return insets;
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 842 Margins insets = metadata.getInsets(); local
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 24 import android.graphics.Insets;
919 Insets insets = getOpticalInsets(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]

Completed in 1976 milliseconds

1 2 3 45 6 7