Searched refs:LOCK_MODE_LOCKED_OPEN (Results 1 – 25 of 26) sorted by relevance
12
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
D | DrawerLayoutDoubleTest.java | 107 setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_OPEN, mContentView)); in testLockNonExistentDrawer() 181 setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_OPEN, mStartDrawer)); in verifyDrawerLockUnlock() 184 DrawerLayout.LOCK_MODE_LOCKED_OPEN, mDrawerLayout.getDrawerLockMode(mStartDrawer)); in verifyDrawerLockUnlock() 200 setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_OPEN, mEndDrawer)); in verifyDrawerLockUnlock() 205 DrawerLayout.LOCK_MODE_LOCKED_OPEN, mDrawerLayout.getDrawerLockMode(mEndDrawer)); in verifyDrawerLockUnlock()
|
D | DrawerLayoutTest.java | 534 setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_OPEN, GravityCompat.START)); in testDrawerLockUnlock() 537 DrawerLayout.LOCK_MODE_LOCKED_OPEN, mDrawerLayout.getDrawerLockMode(mStartDrawer)); in testDrawerLockUnlock()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ActionBarDrawerToggle.java | 290 && (drawerLockMode != DrawerLayout.LOCK_MODE_LOCKED_OPEN)) { in toggle()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | DrawerLayout.java | 116 @IntDef({LOCK_MODE_UNLOCKED, LOCK_MODE_LOCKED_CLOSED, LOCK_MODE_LOCKED_OPEN, 136 public static final int LOCK_MODE_LOCKED_OPEN = 2; field in DrawerLayout 640 case LOCK_MODE_LOCKED_OPEN: in setDrawerLockMode() 1514 peekingOnly = getDrawerLockMode(openDrawer) == LOCK_MODE_LOCKED_OPEN; in onTouchEvent()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 3984 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 22.1.0.txt | 4359 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 22.2.0.txt | 4773 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 22.2.1.txt | 4802 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 25.1.0.txt | 7576 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 25.0.0.txt | 7165 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 23.0.0.txt | 5564 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 25.2.0.txt | 7576 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 24.2.0.txt | 7097 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 26.0.0-alpha1.txt | 8481 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 23.2.1.txt | 6241 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 25.3.0.txt | 8008 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 23.2.0.txt | 6241 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 23.1.1.txt | 5823 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 25.4.0.txt | 8079 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 23.4.0.txt | 6253 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 23.1.0.txt | 5860 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 24.0.0.txt | 6852 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 26.0.0-beta1.txt | 9475 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 26.0.0-SNAPSHOT.txt | 9669 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
D | 26.0.0-beta2.txt | 9658 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2
|
12