Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 154) sorted by relevance

1234567

/frameworks/compile/mclinker/lib/MC/
DCommandAction.cpp56 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()
DInputBuilder.cpp139 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/
DSystemBarHelperTest.java94 "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/
DPhoneWindowTest.java84 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/
DProductStrategy.cpp48 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/
DWindow.java1145 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/
DBackgroundBlurActivity.kt152 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/
DHPRecommendationPlugin.java90 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()
DMDnsUtils.java39 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/
DAutoShowTest.java119 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/
DShutdownUi.java89 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/
DMDnsUtils.java36 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/
DSystemUIDialog.java247 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/
DInkWindow.java57 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/
DGroupCmd.cpp89 m_Builder.getAttributes().setAsNeeded(); in activate()
91 m_Builder.getAttributes().unsetAsNeeded(); in activate()
128 if (m_Builder.getAttributes().isStatic()) { in activate()
DInputCmd.cpp100 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/
DHideNonSystemOverlayMixinTest.java57 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/
DTaskOrganizerMultiWindowTest.java94 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate()
171 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate()
187 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h81 const AttributeProxy& getAttributes() const;
82 AttributeProxy& getAttributes();
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h190 return getAttributes() & kFlagIsEncoder; in isEncoder()
193 Attributes getAttributes() const;
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp164 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/
DMediaCodecList.java113 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/
DSimpleActivity.java27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()
DPortraitOnlyActivity.java27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()
DShowWhenLockedActivity.java27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()

1234567