Searched refs:mScope (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | FocusManager.java | 67 private final ContentScope mScope = new ContentScope(); field in FocusManager 138 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 …]
|
D | ActionModeController.java | 55 private final ContentScope mScope = new ContentScope(); field in ActionModeController 130 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()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastChannelManager.java | 107 public int mScope; field in CellBroadcastChannelManager.CellBroadcastChannelRange 116 mScope = SCOPE_UNKNOWN; in CellBroadcastChannelRange() 151 mScope = SCOPE_CARRIER; in CellBroadcastChannelRange() 153 mScope = SCOPE_DOMESTIC; in CellBroadcastChannelRange() 155 mScope = SCOPE_INTERNATIONAL; in CellBroadcastChannelRange() 193 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration=" in toString() 270 return checkScope(context, subId, range.mScope); in checkCellBroadcastChannelRange()
|
D | CellBroadcastAlertService.java | 462 message.getSubId(), range.mScope)) { in isChannelEnabled() 464 + "] is not within the scope. mScope = " + range.mScope); in isChannelEnabled()
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | SettingObserver.java | 55 private final String mScope; field in SettingObserver 61 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()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/ |
D | ScopedPreferences.java | 51 private final String mScope; field in ScopedPreferences.RuntimeScopedPreferences 59 mScope = scope; in RuntimeScopedPreferences()
|