Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 39) sorted by relevance

12

/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
DRequestDuringLayout.java98 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
99 super.onLayout(changed, l, t, r, b); in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java222 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
223 super.onLayout(changed, left, top, right, bottom); in onLayout()
224 if (changed) { in onLayout()
DFixedGridLayout.java75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/samples/browseable/DrawableTinting/
D_index.jd14 changed from the UI to see the effect of different options.
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSecureViewOverlay.java52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
DContentBrowserActivity.java142 final boolean changed = newVis == getSystemUiVisibility(); in setNavVisibility()
146 if (changed || visible) { in setNavVisibility()
DContentBrowserNavActivity.java144 final boolean changed = newVis == getSystemUiVisibility(); in setNavVisibility()
148 if (changed || visible) { in setNavVisibility()
DCustomLayout.java133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
/development/samples/Support7Demos/src/com/example/android/supportv7/view/
DCardViewActivity.java100 boolean changed = lp.width != mWidthSeekBar.getProgress() in setViewBounds()
102 if (!changed) { in setViewBounds()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java231 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
232 super.onLayout(changed, l, t, r, b); in onLayout()
233 Log.d(TAG, "onLayout: " + changed); in onLayout()
235 if( changed && !mLayouted ){ in onLayout()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java86 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
DCameraFragment.java236 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCameraPreview.java220 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
221 if (changed && getChildCount() > 0) { in onLayout()
DPictureLayout.java146 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_k.h138 int changed; member
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DAnimatedNotificationDisplayActivity.java120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dprocessor_32.h150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java179 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java141 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/development/apps/Development/
DNOTICE111 stating that You changed the files; and
/development/apps/Fallback/
DNOTICE111 stating that You changed the files; and
/development/apps/GestureBuilder/
DNOTICE111 stating that You changed the files; and
/development/apps/CustomLocale/
DNOTICE111 stating that You changed the files; and
/development/samples/CubeLiveWallpaper/
DNOTICE111 stating that You changed the files; and

12