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/
LauncherExtension.java 292 int panelWidth = mSearchOverlay.getMeasuredWidth();
293 int offset = (int) ((progress / 100f) * panelWidth);
294 mSearchOverlay.setTranslationX(- panelWidth + offset);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 435 int panelWidth = 0;
437 panelWidth = r.getDimensionPixelSize(R.dimen.notification_panel_width);
440 if (panelWidth <= 0) {
442 panelWidth = mDisplayMetrics.widthPixels;
444 mPreviewWidth = panelWidth;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 257 int panelWidth = getResources().getDimensionPixelSize(R.dimen.notification_panel_width);
260 if (lp.width != panelWidth) {
261 lp.width = panelWidth;
268 if (lp.width != panelWidth) {
269 lp.width = panelWidth;
275 if (lp.width != panelWidth) {
276 lp.width = panelWidth;
    [all...]

Completed in 1255 milliseconds