Searched refs:getAttributes (Results 51 - 63 of 63) sorted by relevance

123

/frameworks/base/core/java/android/app/
H A DActivity.java2788 LayoutParams params = getWindow().getAttributes();
4567 wm.addView(mDecor, getWindow().getAttributes());
H A DFragmentManager.java763 transitionStyle = mActivity.getWindow().getAttributes().windowAnimations;
H A DActivityThread.java3046 WindowManager.LayoutParams l = r.window.getAttributes();
3080 WindowManager.LayoutParams l = r.window.getAttributes();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java959 final int currentHeight = mWindow.getWindow().getAttributes().height;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java141 final WindowManager.LayoutParams a = getWindow().getAttributes();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1897 Func->setAttributes(getAttributes(Record[4]));
2601 AttributeSet PAL = getAttributes(Record[0]);
2788 AttributeSet PAL = getAttributes(Record[0]);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2170 Func->setAttributes(getAttributes(Record[4]));
2846 AttributeSet PAL = getAttributes(Record[0]);
3126 AttributeSet PAL = getAttributes(Record[0]);
/frameworks/base/tools/aapt/
H A DXMLNode.cpp694 XMLNode::getAttributes() const
H A DResourceTable.cpp4611 const Vector<XMLNode::attribute_entry>& attrs = node->getAttributes();
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2921 mSwitchingDialog.getWindow().getAttributes().privateFlags |=
2923 mSwitchingDialog.getWindow().getAttributes().setTitle("Select input method");
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java817 transitionStyle = mActivity.getWindow().getAttributes().windowAnimations;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2076 final WindowManager.LayoutParams params = win.getAttributes();
5640 WindowManager.LayoutParams lp = mBootMsgDialog.getWindow().getAttributes();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1313 mEnableTouchExplorationDialog.getWindow().getAttributes().privateFlags

Completed in 546 milliseconds

123