Searched refs:modeId (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java361 mInfo.modeId = mActiveModeId;
544 int colorMode, int modeId) {
545 if (requestModeInTransactionLocked(modeId) ||
551 public boolean requestModeInTransactionLocked(int modeId) { argument
552 if (modeId == 0) {
553 modeId = mDefaultModeId;
554 } else if (mSupportedModes.indexOfKey(modeId) < 0) {
555 Slog.w(TAG, "Requested mode " + modeId + " is not supported by this display,"
557 modeId = mDefaultModeId;
560 int physIndex = findDisplayInfoIndexLocked(modeId);
543 requestDisplayModesInTransactionLocked( int colorMode, int modeId) argument
620 findDisplayInfoIndexLocked(int modeId) argument
[all...]
H A DDisplayDeviceInfo.java163 public int modeId; field in class:DisplayDeviceInfo
307 || modeId != other.modeId
339 modeId = other.modeId;
367 sb.append(", modeId ").append(modeId);
H A DLogicalDisplay.java259 mBaseDisplayInfo.modeId = deviceInfo.modeId;
405 public void setRequestedModeIdLocked(int modeId) { argument
406 mRequestedModeId = modeId;
H A DDisplayDevice.java143 public void requestDisplayModesInTransactionLocked(int colorMode, int modeId) { argument
H A DOverlayDisplayAdapter.java298 mInfo.modeId = mode.getModeId();
H A DVirtualDisplayAdapter.java326 mInfo.modeId = mMode.getModeId();
H A DWifiDisplayAdapter.java638 mInfo.modeId = mMode.getModeId();
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java160 public int modeId; field in class:DisplayInfo
298 && modeId == other.modeId
339 modeId = other.modeId;
376 modeId = source.readInt();
422 dest.writeInt(modeId);
452 return findMode(modeId);
614 sb.append(modeId);
H A DDisplay.java1139 public Mode(int modeId, int width, int height, float refreshRate) { argument
1140 mModeId = modeId;
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java530 * @param modeId keyboard mode identifier
534 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId, int width, argument
545 mKeyboardMode = modeId;
554 * @param modeId keyboard mode identifier
556 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId) { argument
568 mKeyboardMode = modeId;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DHalDeviceManager.java726 public void onChipReconfigured(int modeId) throws RemoteException {
727 Log.d(TAG, "onChipReconfigured: modeId=" + modeId);
847 chipResp.value.getMode((WifiStatus status, int modeId) -> {
851 currentModeResp.value = modeId;
H A DWifiVendorHal.java2443 public void onChipReconfigured(int modeId) { argument
2444 mVerboseLog.d("onChipReconfigured " + modeId);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2853 public void addAction(int modeId, EditModeActionBase action) { argument
2854 mActionMap.put(modeId, action);

Completed in 1275 milliseconds