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

  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 158 private boolean mDrawerIndicatorEnabled = true;
225 if (mDrawerIndicatorEnabled) {
242 if (enable != mDrawerIndicatorEnabled) {
249 mDrawerIndicatorEnabled = enable;
258 return mDrawerIndicatorEnabled;
285 if (item != null && item.getItemId() == ID_HOME && mDrawerIndicatorEnabled) {
325 if (mDrawerIndicatorEnabled) {
340 if (mDrawerIndicatorEnabled) {
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 19 milliseconds