/frameworks/compile/mclinker/lib/MC/ |
D | CommandAction.cpp | 56 if (pBuilder.getAttributes().isStatic()) { in activate() 127 pBuilder.getAttributes().setWholeArchive(); in activate() 139 pBuilder.getAttributes().unsetWholeArchive(); in activate() 151 pBuilder.getAttributes().setAsNeeded(); in activate() 163 pBuilder.getAttributes().unsetAsNeeded(); in activate() 175 pBuilder.getAttributes().setAddNeeded(); in activate() 187 pBuilder.getAttributes().unsetAddNeeded(); in activate() 199 pBuilder.getAttributes().setDynamic(); in activate() 210 pBuilder.getAttributes().setStatic(); in activate()
|
D | InputBuilder.cpp | 139 const AttributeProxy& InputBuilder::getAttributes() const { in getAttributes() function in mcld::InputBuilder 143 AttributeProxy& InputBuilder::getAttributes() { in getAttributes() function in mcld::InputBuilder
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | SystemBarHelperTest.java | 94 "View visibility should be 0x1456", 0x1456, window.getAttributes().systemUiVisibility); in testAddVisibilityFlagWindow() 106 "View visibility should be 0x56", 0x56, window.getAttributes().systemUiVisibility); in testRemoveVisibilityFlagWindow() 119 window.getAttributes().systemUiVisibility); in testHideSystemBarsWindow() 140 window.getAttributes().systemUiVisibility); in testShowSystemBarsWindow() 178 final WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes(); in testHideSystemBarsDialog() 188 dialog.getWindow().getAttributes().systemUiVisibility); in testHideSystemBarsDialog() 198 assertThat(window.getAttributes().systemUiVisibility) in testSetBackButtonVisibleTrue() 213 assertThat(window.getAttributes().systemUiVisibility) in testSetBackButtonVisibleFalse() 234 WindowManager.LayoutParams attrs = window.getAttributes(); in createWindowWithSystemUiVisibility()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
D | PhoneWindowTest.java | 84 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_unset() 93 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_default() 102 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_shortEdges() 111 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_never() 120 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_always() 179 mPhoneWindow.getAttributes().isFrameRatePowerSavingsBalanced()); in testWindowFrameRateHint_disabled() 201 mPhoneWindow.getAttributes().isFrameRatePowerSavingsBalanced()); in testWindowFrameRateHint_enabled()
|
/frameworks/av/services/audiopolicy/engine/common/src/ |
D | ProductStrategy.cpp | 48 androidAa.push_back({attr.getGroupId(), attr.getStreamType(), attr.getAttributes()}); in listVolumeGroupAttributes() 57 attrVector.push_back(attrGroup.getAttributes()); in getAudioAttributes() 69 int score = AudioProductStrategy::attributesMatchesScore(attrGroup.getAttributes(), attr); in matchesScore() 83 return iter != end(mAttributesVector) ? iter->getAttributes() : AUDIO_ATTRIBUTES_INITIALIZER; in getAttributesForStreamType() 89 return attr.getAttributes() == defaultAttr; }) != end(mAttributesVector); in isDefault() 125 return attr.getAttributes() == defaultAttr; in getDefaultVolumeGroup() 141 std::string attStr = attr.getAttributes() == defaultAttr ? in dump() 142 "{ Any }" : android::toString(attr.getAttributes()); in dump()
|
/frameworks/base/core/java/android/view/ |
D | Window.java | 1145 final WindowManager.LayoutParams attrs = getAttributes(); in setLayout() 1163 final WindowManager.LayoutParams attrs = getAttributes(); in setGravity() 1175 final WindowManager.LayoutParams attrs = getAttributes(); in setType() 1192 final WindowManager.LayoutParams attrs = getAttributes(); in setFormat() 1211 final WindowManager.LayoutParams attrs = getAttributes(); in setWindowAnimations() 1224 final WindowManager.LayoutParams attrs = getAttributes(); in setSoftInputMode() 1306 final WindowManager.LayoutParams attrs = getAttributes(); in setFlags() 1313 final WindowManager.LayoutParams attrs = getAttributes(); in setPrivateFlags() 1342 final WindowManager.LayoutParams attrs = getAttributes(); in setColorMode() 1373 final WindowManager.LayoutParams attrs = getAttributes(); in setDesiredHdrHeadroom() [all …]
|
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/materials/ |
D | BackgroundBlurActivity.kt | 152 window.getAttributes().setBlurBehindRadius(mBlurBehindRadius) in <lambda>() 153 window.setAttributes(window.getAttributes()) in <lambda>() 163 window.getAttributes().dimAmount = amount in <lambda>() 164 window.setAttributes(window.getAttributes()) in <lambda>() 187 getWindowManager().updateViewLayout(window.getDecorView(), window.getAttributes()) in <lambda>()
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
D | HPRecommendationPlugin.java | 90 String pdls = MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE)); in matchesCriteria() 91 …tils.equals(ATTRIBUTE_VALUE__TRUE, MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATT… in matchesCriteria() 93 …sMobileSupport || isPrintSupported(MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATT… in matchesCriteria()
|
D | MDnsUtils.java | 39 Map<String,byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter() 51 Map<String,byte[]> attributes = networkDevice.getAttributes(); in getVendor()
|
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
D | AutoShowTest.java | 119 int windowFlags = activity.getWindow().getAttributes().flags; in autoShow_hasFocusedView_notRequestFocus() 148 int windowFlags = activity.getWindow().getAttributes().flags; in autoShow_notFocusedView_notRequestFocus() 328 int softInputMode = activity.getWindow().getAttributes().softInputMode; in verifyAutoShowBehavior_forwardWithKeyboardOff() 370 int windowFlags = activity.getWindow().getAttributes().flags; in verifyAutoShowBehavior_forwardWithKeyboardOn() 371 int softInputMode = activity.getWindow().getAttributes().softInputMode; in verifyAutoShowBehavior_forwardWithKeyboardOn() 435 int softInputMode = activity.getWindow().getAttributes().softInputMode; in verifyAutoShowBehavior_backwardWithKeyboardOff() 452 int softInputMode = activity.getWindow().getAttributes().softInputMode; in verifyAutoShowBehavior_backwardWithKeyboardOn() 465 int windowFlags = activity.getWindow().getAttributes().flags; in verifyClickBehavior()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | ShutdownUi.java | 89 window.getAttributes().systemUiVisibility |= View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN in showShutdownUi() 94 window.getAttributes().width = ViewGroup.LayoutParams.MATCH_PARENT; in showShutdownUi() 95 window.getAttributes().height = ViewGroup.LayoutParams.MATCH_PARENT; in showShutdownUi() 96 window.getAttributes().layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in showShutdownUi() 98 window.getAttributes().setFitInsetsTypes(0 /* types */); in showShutdownUi()
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/ |
D | MDnsUtils.java | 36 Map<String, byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter() 51 Map<String, byte[]> attributes = networkDevice.getAttributes(); in getVendor() 63 String pdls = MDnsUtils.getString(networkDevice.getAttributes().get(PDL_ATTRIBUTE)); in checkPDLSupport()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialog.java | 247 WindowManager.LayoutParams attrs = getWindow().getAttributes(); in SystemUIDialog() 458 dialog.getWindow().getAttributes().privateFlags |= in setShowForAllUsers() 461 dialog.getWindow().getAttributes().privateFlags &= in setShowForAllUsers() 473 window.getAttributes().setFitInsetsTypes( in setWindowOnTop() 474 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in setWindowOnTop() 483 window.getAttributes().setFitInsetsTypes( in applyFlags() 484 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in applyFlags()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InkWindow.java | 57 final LayoutParams attrs = getAttributes(); in InkWindow() 95 mWindowManager.addView(getDecorView(), getAttributes()); in show() 116 WindowManager.LayoutParams lp = getAttributes(); in setToken()
|
/frameworks/compile/mclinker/lib/Script/ |
D | GroupCmd.cpp | 89 m_Builder.getAttributes().setAsNeeded(); in activate() 91 m_Builder.getAttributes().unsetAsNeeded(); in activate() 128 if (m_Builder.getAttributes().isStatic()) { in activate()
|
D | InputCmd.cpp | 100 m_Builder.getAttributes().setAsNeeded(); in activate() 102 m_Builder.getAttributes().unsetAsNeeded(); in activate() 139 if (m_Builder.getAttributes().isStatic()) { in activate()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/ |
D | HideNonSystemOverlayMixinTest.java | 57 final WindowManager.LayoutParams attrs = activity.getWindow().getAttributes(); in startActivity_shouldHideNonSystemOverlay() 67 final WindowManager.LayoutParams attrs = activity.getWindow().getAttributes(); in stopActivity_shouldUnhideNonSystemOverlay()
|
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
D | TaskOrganizerMultiWindowTest.java | 94 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate() 171 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate() 187 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | InputBuilder.h | 81 const AttributeProxy& getAttributes() const; 82 AttributeProxy& getAttributes();
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaCodecInfo.h | 190 return getAttributes() & kFlagIsEncoder; in isEncoder() 193 Attributes getAttributes() const;
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 164 if (m_InputBuilder.getAttributes().isStatic()) { in ReadInput() 238 m_InputBuilder.getAttributes().setWholeArchive(); in WholeArchive() 242 m_InputBuilder.getAttributes().unsetWholeArchive(); in NoWholeArchive() 246 m_InputBuilder.getAttributes().setAsNeeded(); in AsNeeded() 250 m_InputBuilder.getAttributes().unsetAsNeeded(); in NoAsNeeded() 254 m_InputBuilder.getAttributes().setAddNeeded(); in CopyDTNeeded() 258 m_InputBuilder.getAttributes().unsetAddNeeded(); in NoCopyDTNeeded() 262 m_InputBuilder.getAttributes().setDynamic(); in AgainstShared() 266 m_InputBuilder.getAttributes().setStatic(); in AgainstStatic()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecList.java | 113 getCodecName(index), getCanonicalName(index), getAttributes(index), caps); in getNewCodecInfoAt() 120 /* package private */ static native final int getAttributes(int index); in getAttributes() method in MediaCodecList
|
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | SimpleActivity.java | 27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()
|
D | PortraitOnlyActivity.java | 27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()
|
D | ShowWhenLockedActivity.java | 27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()
|