Searched defs:mAnimationBuffer (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java51 private FrameLayout mAnimationBuffer; field in class:AppsCustomizeTabHost
105 mAnimationBuffer = (FrameLayout) findViewById(R.id.animation_buffer);
235 // their parent was mAppsCustomizePane -- so set the scroll on mAnimationBuffer
238 mAnimationBuffer.scrollTo(mAppsCustomizePane.getScrollX(), 0);
241 // add the pages to mAnimationBuffer in reverse order to match that behavior
252 mAnimationBuffer.setAlpha(1f);
253 mAnimationBuffer.setVisibility(View.VISIBLE);
257 mAnimationBuffer.addView(child, p);
265 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
268 mAnimationBuffer
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeTabHost.java51 private FrameLayout mAnimationBuffer; field in class:AppsCustomizeTabHost
111 mAnimationBuffer = (FrameLayout) findViewById(R.id.animation_buffer);
240 // their parent was mAppsCustomizePane -- so set the scroll on mAnimationBuffer
243 mAnimationBuffer.scrollTo(mAppsCustomizePane.getScrollX(), 0);
246 // add the pages to mAnimationBuffer in reverse order to match that behavior
257 mAnimationBuffer.setAlpha(1f);
258 mAnimationBuffer.setVisibility(View.VISIBLE);
262 mAnimationBuffer.addView(child, p);
270 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f);
273 mAnimationBuffer
[all...]

Completed in 353 milliseconds