OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttrs
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
WindowState.java
85
//
mAttrs
.flags is tested in animation without being locked. If the bits tested are ever
87
final WindowManager.LayoutParams
mAttrs
= new WindowManager.LayoutParams();
329
mAttrs
.copyFrom(a);
336
mEnforceSizeCompat = (
mAttrs
.privateFlags & PRIVATE_FLAG_COMPATIBLE_WINDOW) != 0;
339
+ " token=" + token + " (" +
mAttrs
.token + ")" + " params=" + a);
357
if ((
mAttrs
.type >= FIRST_SUB_WINDOW &&
358
mAttrs
.type <= LAST_SUB_WINDOW)) {
362
attachedWindow.
mAttrs
.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
393
mLayoutAttached =
mAttrs
.type !=
395
mIsImWindow = attachedWindow.
mAttrs
.type == TYPE_INPUT_METHO
[
all
...]
InputMonitor.java
108
+ "sending to " + windowState.
mAttrs
.getTitle()
195
inputWindowHandle.inputFeatures = child.
mAttrs
.inputFeatures;
277
final int flags = child.
mAttrs
.flags;
278
final int privateFlags = child.
mAttrs
.privateFlags;
279
final int type = child.
mAttrs
.type;
297
addInputWindowHandleLw(u.mInputWindowHandle, u, u.
mAttrs
.flags,
298
u.
mAttrs
.privateFlags, u.
mAttrs
.type,
WindowStateAnimator.java
171
mAttrFlags = win.
mAttrs
.flags;
172
mAttrType = win.
mAttrs
.type;
355
&& mWin.
mAttrs
.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING
439
mWin.
mAttrs
.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
448
mWin.
mAttrs
.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
460
mWin.
mAttrs
.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
471
final boolean starting = mWin.
mAttrs
.type == TYPE_APPLICATION_STARTING;
643
final WindowManager.LayoutParams attrs = mWin.
mAttrs
;
[
all
...]
AppWindowToken.java
152
|| win.
mAttrs
.type == TYPE_APPLICATION_STARTING
223
if (win.
mAttrs
.type == WindowManager.LayoutParams.TYPE_BASE_APPLICATION
224
|| win.
mAttrs
.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) {
WindowManagerService.java
[
all
...]
DisplayMagnifier.java
168
final int type = windowState.
mAttrs
.type;
220
final int windowType = windowState.
mAttrs
.type;
225
if (!policy.canMagnifyWindow(windowState.
mAttrs
.type)) {
314
if (info.mWindowState.
mAttrs
.type == WindowManager
324
if (mWindowManagerService.mPolicy.canMagnifyWindow(info.mWindowState.
mAttrs
.type)) {
414
if ((windowState.isOnScreen() || windowState.
mAttrs
.type == WindowManager
TaskStack.java
185
dimAmount = mDimWinAnimator.mWin.
mAttrs
.dimAmount;
DragState.java
406
final int flags = child.
mAttrs
.flags;
WindowAnimator.java
226
if (mPolicy.doesForceHide(win, win.
mAttrs
)) {
260
} else if (mPolicy.canBeForceHidden(win, win.
mAttrs
)) {
DisplayContent.java
405
+ win + ", attrs=" + win.
mAttrs
.type + ", belonging to "
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java
595
private final AttributeSet
mAttrs
;
607
mAttrs
= attrs;
621
TypedArray a = resources.obtainAttributes(
mAttrs
, R.styleable.CursorAdapter);
676
TypedArray a = mResources.obtainAttributes(
mAttrs
,
694
TypedArray a = resources.obtainAttributes(
mAttrs
,
[
all
...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java
615
AttributeSet
mAttrs
;
624
mAttrs
= Xml.asAttributeSet(mParser);
652
TypedArray a = mContext.obtainStyledAttributes(
mAttrs
,
[
all
...]
Completed in 76 milliseconds