Home | History | Annotate | Download | only in charging

Lines Matching defs:SHOW

54      * before calling {@link #show} - can be done through {@link #makeWirelessChargingAnimation}.
73 * Show the view for the specified duration.
75 public void show() {
86 mCurrentWirelessChargingView.show();
91 private static final int SHOW = 0;
137 case SHOW: {
153 public void show() {
154 if (LOCAL_LOGV) Log.v(TAG, "SHOW: " + this);
155 mHandler.obtainMessage(SHOW).sendToTarget();
167 Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView + " mNextView="