Searched refs:mScope (Results 1 – 6 of 6) sorted by relevance
67 private final ContentScope mScope = new ContentScope(); field in FocusManager138 if (hasFocus && mScope.isValid() && v.getParent() == mScope.view) { in onFocusChange()139 mScope.lastFocusPosition = mScope.view.getChildAdapterPosition(v); in onFocusChange()145 if (!mScope.isValid() || mScope.adapter.getItemCount() == 0) { in focusDirectoryList()163 final int focusPos = (mScope.lastFocusPosition != RecyclerView.NO_POSITION) in focusDirectoryList()164 ? mScope.lastFocusPosition in focusDirectoryList()165 : mScope.layout.findFirstVisibleItemPosition(); in focusDirectoryList()180 if (mScope.pendingFocusId == null) { in onLayoutCompleted()184 int pos = mScope.adapter.getStableIds().indexOf(mScope.pendingFocusId); in onLayoutCompleted()188 mScope.pendingFocusId = null; in onLayoutCompleted()[all …]
55 private final ContentScope mScope = new ContentScope(); field in ActionModeController130 mScope.accessibilityImportanceSetter.setAccessibilityImportance( in onDestroyActionMode()144 mScope.accessibilityImportanceSetter.setAccessibilityImportance( in onCreateActionMode()163 mMenuManager.updateActionMenu(mMenu, mScope.selectionDetails); in updateActionMenu()169 return mScope.menuItemClicker.accept(item); in onActionItemClicked()209 mScope.menuItemClicker = menuItemClicker; in reset()210 mScope.selectionDetails = selectionDetails; in reset()211 mScope.accessibilityImportanceSetter = in reset()
55 private final String mScope; field in SettingObserver61 mScope = scope; in SettingObserver()98 return (T) Integer.valueOf(mSettingsManager.getInteger(mScope, mKey)); in get()100 Object string = mSettingsManager.getString(mScope, mKey); in get()107 return (T) Boolean.valueOf(mSettingsManager.getBoolean(mScope, mKey)); in get()
119 public int mScope; field in CellBroadcastChannelManager.CellBroadcastChannelRange134 mScope = SCOPE_UNKNOWN; in CellBroadcastChannelRange()168 mScope = SCOPE_CARRIER; in CellBroadcastChannelRange()170 mScope = SCOPE_DOMESTIC; in CellBroadcastChannelRange()172 mScope = SCOPE_INTERNATIONAL; in CellBroadcastChannelRange()223 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration=" in toString()293 return checkScope(range.mScope); in checkCellBroadcastChannelRange()
403 if (!channelManager.checkScope(range.mScope)) { in isChannelEnabled()405 + "] is not within the scope. mScope = " + range.mScope); in isChannelEnabled()
51 private final String mScope; field in ScopedPreferences.RuntimeScopedPreferences59 mScope = scope; in RuntimeScopedPreferences()