Searched defs:changed (Results 1 - 25 of 115) sorted by relevance

12345

/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupAttributesTest.java34 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/compile/slang/
H A Dstrip_unknown_attributes.cpp26 bool changed = false; local
38 changed = true;
41 return changed;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java126 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
45 super.onLayout(changed, left, top, right, bottom);
H A DPseudoGridView.java105 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DSignalTileView.java80 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
81 super.onLayout(changed, l, t, r, b);
/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java36 * inform you that the print attributes (page size, density, etc) changed
132 * Called when the print attributes (page size, density, etc) changed
139 * whether the layout changed the content or not, respectively; or {@link
310 * Notifies that the layout finished and whether the content changed.
313 * @param changed Whether the layout changed.
317 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { argument
/frameworks/base/core/jni/
H A Dandroid_view_HardwareLayer.cpp49 bool changed = false; local
50 changed |= layer->setSize(width, height);
51 changed |= layer->setBlend(!isOpaque);
52 return changed;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java57 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
58 super.onLayout(changed, l, t, r, b);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java57 boolean changed = setupResources(thisTheme);
60 restoreResources(changed);
69 boolean changed = setupResources(thisTheme);
73 restoreResources(changed);
81 boolean changed = setupResources(thisTheme);
85 restoreResources(changed);
94 boolean changed = setupResources(thisTheme);
97 restoreResources(changed);
114 boolean changed = false;
129 changed
136 restoreResources(boolean changed) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java110 protected void onLayout(boolean changed, int l, int t, argument
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp58 bool changed = false; local
62 changed |= setAlpha(static_cast<uint8_t>(alpha));
63 changed |= setXferMode(mode);
64 changed |= setColorFilter(paint ? paint->getColorFilter() : NULL);
65 return changed;
H A DDrawProfiler.cpp35 // If this is changed make sure to update the indexes below
234 bool changed = false; local
243 changed = true;
248 changed = true;
250 return changed;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DNumPadKey.java139 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DKeyguardFaceUnlockView.java179 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
180 super.onLayout(changed, l, t, r, b);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
61 super.onLayout(changed, left, top, right, bottom);
H A DStackScrollerDecorView.java49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
50 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DShadowOverlayContainer.java202 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/volley/src/com/android/volley/toolbox/
H A DNetworkImageView.java79 // The URL has potentially changed. See if we need to load it.
196 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
197 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java194 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/core/java/android/view/
H A DViewOverlay.java227 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java303 public void onLayout(boolean changed, int l, int t, int r, int b) { argument
304 super.onLayout(changed, l, t, r, b);
H A DSizeAdaptiveLayout.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
252 if (DEBUG) Log.d(TAG, this + " changed children from: " + mLastActive +
H A DSubtitleView.java236 public void onLayout(boolean changed, int l, int t, int r, int b) { argument

Completed in 4858 milliseconds

12345