Home
last modified time | relevance | path

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

12345

/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java56 WindowManager.LayoutParams attrs = getWindow().getAttributes(); in SystemUIDialog()
97 dialog.getWindow().getAttributes().privateFlags |= in setShowForAllUsers()
100 dialog.getWindow().getAttributes().privateFlags &= in setShowForAllUsers()
109 window.getAttributes().setFitInsetsTypes( in setWindowOnTop()
110 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in setWindowOnTop()
119 window.getAttributes().setFitInsetsTypes( in applyFlags()
120 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in applyFlags()
/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/tests/net/java/android/net/nsd/
DNsdServiceInfoTest.java145 assertTrue(attributedInfo.getAttributes().keySet().contains("adorable")); in testParcel()
146 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); in testParcel()
148 byte[] edgeCases = attributedInfo.getAttributes().get("edge cases"); in testParcel()
150 assertFalse(attributedInfo.getAttributes().keySet().contains("sticky")); in testParcel()
173 Map<String, byte[]> originalMap = original.getAttributes(); in checkParcelable()
174 Map<String, byte[]> resultMap = result.getAttributes(); in checkParcelable()
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
DPhoneWindowTest.java66 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_unset()
75 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_default()
84 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_shortEdges()
93 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_never()
102 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_always()
/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/core/java/android/view/
DWindow.java1028 final WindowManager.LayoutParams attrs = getAttributes(); in setLayout()
1046 final WindowManager.LayoutParams attrs = getAttributes(); in setGravity()
1058 final WindowManager.LayoutParams attrs = getAttributes(); in setType()
1075 final WindowManager.LayoutParams attrs = getAttributes(); in setFormat()
1094 final WindowManager.LayoutParams attrs = getAttributes(); in setWindowAnimations()
1107 final WindowManager.LayoutParams attrs = getAttributes(); in setSoftInputMode()
1189 final WindowManager.LayoutParams attrs = getAttributes(); in setFlags()
1196 final WindowManager.LayoutParams attrs = getAttributes(); in setPrivateFlags()
1225 final WindowManager.LayoutParams attrs = getAttributes(); in setColorMode()
1282 return getAttributes().getColorMode(); in getColorMode()
[all …]
/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/globalactions/
DGlobalActionsImpl.java119 window.getAttributes().systemUiVisibility |= View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN in showShutdownUi()
124 window.getAttributes().width = ViewGroup.LayoutParams.MATCH_PARENT; in showShutdownUi()
125 window.getAttributes().height = ViewGroup.LayoutParams.MATCH_PARENT; in showShutdownUi()
126 window.getAttributes().layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in showShutdownUi()
128 window.getAttributes().setFitInsetsTypes(0 /* types */); in showShutdownUi()
/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/core/java/android/inputmethodservice/
DSoftInputWindow.java94 WindowManager.LayoutParams lp = getWindow().getAttributes(); in setToken()
179 WindowManager.LayoutParams lp = getWindow().getAttributes(); in setGravity()
186 return getWindow().getAttributes().gravity; in getGravity()
236 WindowManager.LayoutParams lp = getWindow().getAttributes(); in initDockWindow()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h81 const AttributeProxy& getAttributes() const;
82 AttributeProxy& getAttributes();
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp163 if (m_InputBuilder.getAttributes().isStatic()) { in ReadInput()
237 m_InputBuilder.getAttributes().setWholeArchive(); in WholeArchive()
241 m_InputBuilder.getAttributes().unsetWholeArchive(); in NoWholeArchive()
245 m_InputBuilder.getAttributes().setAsNeeded(); in AsNeeded()
249 m_InputBuilder.getAttributes().unsetAsNeeded(); in NoAsNeeded()
253 m_InputBuilder.getAttributes().setAddNeeded(); in CopyDTNeeded()
257 m_InputBuilder.getAttributes().unsetAddNeeded(); in NoCopyDTNeeded()
261 m_InputBuilder.getAttributes().setDynamic(); in AgainstShared()
265 m_InputBuilder.getAttributes().setStatic(); in AgainstStatic()
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h189 return getAttributes() & kFlagIsEncoder; in isEncoder()
192 Attributes getAttributes() const;
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbEndpointDescriptor.java91 public int getAttributes() { in getAttributes() method in UsbEndpointDescriptor
148 int attributes = getAttributes(); in report()
/frameworks/base/media/java/android/media/
DMediaCodecList.java114 getCodecName(index), getCanonicalName(index), getAttributes(index), caps); in getNewCodecInfoAt()
121 /* package private */ static native final int getAttributes(int index); in getAttributes() method in MediaCodecList
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
DCloudPrintPlugin.java87 new ArrayMap<>(nsdServiceInfo.getAttributes().size()); in CloudPrintPlugin()
88 for (Map.Entry<String, byte[]> entry : nsdServiceInfo.getAttributes() in CloudPrintPlugin()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DSppResponseMessageTest.java76 assertEquals(expectedAttributes, sppResponseMessage.getAttributes()); in verifySppSoapResponseWithoutErrorAttribute()
107 assertEquals(expectedAttributes, sppResponseMessage.getAttributes()); in verifySppSoapResponseWithErrorAttribute()
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DSimpleActivity.java27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()
DImeActivity.java27 WindowManager.LayoutParams p = getWindow().getAttributes(); in onCreate()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIVolumeCurves.h42 virtual std::vector<audio_attributes_t> getAttributes() const = 0;
/frameworks/av/media/libaudioclient/include/media/
DAudioAttributes.h37 audio_attributes_t getAttributes() const { return mAttributes; } in getAttributes() function

12345