Searched refs:getAttributes (Results 76 - 96 of 96) sorted by relevance

1234

/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentActivity.java944 return (w == null) ? 0 : w.getAttributes().windowAnimations;
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1819 public List<Pair<String, String>> getAttributes() { method in class:AssistStructure.HtmlInfoNode
2012 + ", attr="+ htmlInfo.getAttributes());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java723 cachedPrintJob.setAttributes(printJob.getAttributes());
947 PrintAttributes attributes = printJob.getAttributes();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java359 getWindow().getAttributes().privateFlags |=
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java206 WindowManager.LayoutParams attrs = mDialog.getWindow().getAttributes();
H A DPhoneWindowManager.java2943 final WindowManager.LayoutParams params = win.getAttributes();
7452 WindowManager.LayoutParams lp = mBootMsgDialog.getWindow().getAttributes();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp303 AttributeSet getAttributes(unsigned i) const {
2274 Func->setAttributes(getAttributes(Record[4]));
3002 AttributeSet PAL = getAttributes(Record[0]);
3185 AttributeSet PAL = getAttributes(Record[0]);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp540 AttributeSet getAttributes(unsigned i) const {
2541 Func->setAttributes(getAttributes(Record[4]));
3250 AttributeSet PAL = getAttributes(Record[0]);
3530 AttributeSet PAL = getAttributes(Record[0]);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2081 WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes();
2596 WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes();
2628 WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes();
2710 WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes();
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java219 WindowManager.LayoutParams attrs = mDialog.getWindow().getAttributes();
/frameworks/base/core/java/android/app/
H A DActivity.java3353 LayoutParams params = getWindow().getAttributes();
5424 wm.addView(mDecor, getWindow().getAttributes());
7730 return (w == null) ? 0 : w.getAttributes().windowAnimations;
H A DActivityThread.java3003 (r.window.getAttributes().flags
3651 WindowManager.LayoutParams l = r.window.getAttributes();
3704 WindowManager.LayoutParams l = r.window.getAttributes();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1117 final int currentHeight = mWindow.getWindow().getAttributes().height;
/frameworks/base/tools/aapt/
H A DXMLNode.cpp708 XMLNode::getAttributes() const
H A DResourceTable.cpp4889 const Vector<XMLNode::attribute_entry>& attrs = node->getAttributes();
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentLifecycleTest.java1428 return (w == null) ? 0 : w.getAttributes().windowAnimations;
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java618 MeasureSpec.makeMeasureSpec(getWindow().getAttributes().width, MeasureSpec.EXACTLY),
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1704 mEnableTouchExplorationDialog.getWindow().getAttributes().privateFlags
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3732 final WindowManager.LayoutParams attrs = w.getAttributes();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1758 milliseconds

1234