HomeSort by relevance Sort by last modified time
    Searched refs:panelWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/testing/
LauncherExtension.java 325 int panelWidth = mSearchOverlay.getMeasuredWidth();
326 int offset = (int) ((progress / 100f) * panelWidth);
327 mSearchOverlay.setTranslationX(- panelWidth + offset);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 484 int panelWidth = 0;
486 panelWidth = r.getDimensionPixelSize(R.dimen.notification_panel_width);
489 if (panelWidth <= 0) {
491 panelWidth = mDisplayMetrics.widthPixels;
493 mPreviewWidth = panelWidth;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 299 int panelWidth = getResources().getDimensionPixelSize(R.dimen.notification_panel_width);
302 if (lp.width != panelWidth) {
303 lp.width = panelWidth;
310 if (lp.width != panelWidth) {
311 lp.width = panelWidth;
317 if (lp.width != panelWidth) {
318 lp.width = panelWidth;
    [all...]

Completed in 279 milliseconds