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

1 2

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 35 int STATE_COLLAPSED = 1;
50 * @return the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
70 * Sets the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
FlyoutControlComposite.java 396 state = IFlyoutPreferences.STATE_COLLAPSED;
425 state = IFlyoutPreferences.STATE_COLLAPSED;
535 if (m_preferences.getState() == IFlyoutPreferences.STATE_COLLAPSED && !m_stateHover) {
542 m_listener.stateChanged(IFlyoutPreferences.STATE_COLLAPSED,
567 m_preferences.setState(IFlyoutPreferences.STATE_COLLAPSED);
572 IFlyoutPreferences.STATE_COLLAPSED);
    [all...]
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
BottomSheetUsageBase.java 49 if (state != BottomSheetBehavior.STATE_COLLAPSED &&
51 mBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
BottomSheetWithFab.java 43 mBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
71 case BottomSheetBehavior.STATE_COLLAPSED:
BottomSheetHideable.java 60 case BottomSheetBehavior.STATE_COLLAPSED:
80 mBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
BottomSheetWithFragment.java 52 mBottomSheetBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
BottomSheetDynamicContent.java 72 mBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
  /frameworks/support/design/tests/src/android/support/design/widget/
BottomSheetBehaviorWithInsetsTest.java 40 assertThat(activity.mBehavior.getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
BottomSheetBehaviorTest.java 278 assertThat(behavior.getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
289 checkSetState(BottomSheetBehavior.STATE_COLLAPSED, ViewMatchers.isDisplayed());
296 checkSetState(BottomSheetBehavior.STATE_COLLAPSED, ViewMatchers.isDisplayed());
302 checkSetState(BottomSheetBehavior.STATE_COLLAPSED, ViewMatchers.isDisplayed());
342 assertThat(getBehavior().getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
439 assertThat(getBehavior().getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
457 assertThat(getBehavior().getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
481 assertThat(getBehavior().getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
497 is(BottomSheetBehavior.STATE_COLLAPSED));
518 assertThat(behavior.getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
    [all...]
BottomSheetDialogTest.java 265 eq(BottomSheetBehavior.STATE_COLLAPSED));
  /frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java 65 * {@link #STATE_COLLAPSED}, or {@link #STATE_HIDDEN}.
99 public static final int STATE_COLLAPSED = 4;
108 @IntDef({STATE_EXPANDED, STATE_COLLAPSED, STATE_DRAGGING, STATE_SETTLING, STATE_HIDDEN})
141 int mState = STATE_COLLAPSED;
209 mState = STATE_COLLAPSED;
241 } else if (mState == STATE_COLLAPSED) {
370 setStateInternal(STATE_COLLAPSED);
404 targetState = STATE_COLLAPSED;
408 targetState = STATE_COLLAPSED;
449 if (layout && mState == STATE_COLLAPSED && mViewRef != null)
    [all...]
BottomSheetDialog.java 112 mBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
HvacPanelController.java 56 private static final int STATE_COLLAPSED = 0;
60 @IntDef({STATE_COLLAPSED,
124 mCurrentState = STATE_COLLAPSED;
282 transitionState(STATE_FULL_EXPANDED, STATE_COLLAPSED);
328 case STATE_COLLAPSED:
440 case STATE_COLLAPSED:
478 case STATE_COLLAPSED:
479 transitionState(STATE_COLLAPSED, STATE_FULL_EXPANDED);
482 transitionState(mCurrentState, STATE_COLLAPSED);
509 transitionState(mCurrentState, STATE_COLLAPSED);
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 141 if (bottomSheetBehavior.getState() == BottomSheetBehavior.STATE_COLLAPSED) {
144 bottomSheetBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
154 if (newState == BottomSheetBehavior.STATE_COLLAPSED) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 42 import static org.eclipse.wb.core.controls.flyout.IFlyoutPreferences.STATE_COLLAPSED;
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 710 milliseconds

1 2