HomeSort by relevance Sort by last modified time
    Searched defs:mAllowCollapse (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 56 private boolean mAllowCollapse;
104 final boolean canCollapse = !lockedExpanded && mAllowCollapse;
138 mAllowCollapse = allowCollapse;
306 if (mAllowCollapse) {
321 if (mAllowCollapse) {
331 if (mAllowCollapse) {
341 if (mAllowCollapse) {
351 if (mAllowCollapse) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ScrollingTabContainerView.java 67 private boolean mAllowCollapse;
116 final boolean canCollapse = !lockedExpanded && mAllowCollapse;
150 mAllowCollapse = allowCollapse;
319 if (mAllowCollapse) {
334 if (mAllowCollapse) {
344 if (mAllowCollapse) {
354 if (mAllowCollapse) {
364 if (mAllowCollapse) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 499 milliseconds